#98b2e7

Color #98B2E7 Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #98B2E7

Tints of Perano #98B2E7

Color information

#98B2E7 (or 0x98B2E7) is unknown color: approx Perano. HEX triplet: 98, B2 and E7. RGB value is (152,178,231). Sum of RGB (Red+Green+Blue) = 152+178+231=561 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.09% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #98B2E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98B2E7 is #674D18. Grayscale: #B0B0B0. Windows color (decimal): -6769945 or 15184536. OLE color: 15184536.

HSL color Cylindrical-coordinate representation of color #98B2E7: hue angle of 220.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98B2E7 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB152178231-
CMYK0.340.2300.09
HSL220.25º62.2%75.1%-
HSV(B)220.25º34.2%90.59%-
XYZ43.2944.2981.87-
YUV176.27158.89110.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 27.09%
GREEN value IS 178 (69.92% from 255) = 31.73%
BLUE value IS 231 (90.62% from 255) = 41.18%
R=27.09%
G=31.73%
B=41.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1521782310.340.2300.09220.2562.275.1
Hex98B2E7221709dc3e4b
Octal230262347422701133476113
Binary1001100010110010111001111000101011101001110111001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98b2e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98b2e7; }

 p { color: rgb(152,178,231); }

 H1.HeaderClassName
 {
   color: #98b2e7;
 }
 .AnyTagClassName
 {
   color: #98b2e7;
 }
</style>
background-color css

<style>
 a { background-color: #98b2e7; }

 a { background-color: rgb(152,178,231); }

 div.DivClassName
 {
   background-color: #98b2e7;
 }
 .BgClassName
 {
   background-color: #98b2e7;
 }
</style>
border-color css

<style>
 span { border-color: #98b2e7; }

 span { border-color: rgb(152,178,231); }

 td.TdClassName
 {
   border-color: #98b2e7;
 }
 .TagClassName
 {
   border-color: #98b2e7;
 }
</style>