#9FE2EA

Color #9FE2EA Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #9FE2EA

Tints of Blizzard Blue #9FE2EA

Color information

#9FE2EA (or 0x9FE2EA) is unknown color: approx Blizzard Blue. HEX triplet: 9F, E2 and EA. RGB value is (159,226,234). Sum of RGB (Red+Green+Blue) = 159+226+234=619 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.69% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FE2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE2EA is #601D15. Grayscale: #CECECE. Windows color (decimal): -6298902 or 15393439. OLE color: 15393439.

HSL color Cylindrical-coordinate representation of color #9FE2EA: hue angle of 186.4º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FE2EA is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159226234-
CMYK0.320.0300.08
HSL186.4º64.1%77.06%-
HSV(B)186.4º32.05%91.76%-
XYZ56.3567.787.94-
YUV206.88143.393.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.69%
GREEN value IS 226 (88.67% from 255) = 36.51%
BLUE value IS 234 (91.80% from 255) = 37.80%
R=25.69%
G=36.51%
B=37.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592262340.320.0300.08186.464.177.06
Hex9FE2EA20308ba404d
Octal237342352403010272100115
Binary10011111111000101110101010000011010001011101010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FE2EA; }

 p { color: rgb(159,226,234); }

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

<style>
 a { background-color: #9FE2EA; }

 a { background-color: rgb(159,226,234); }

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

<style>
 span { border-color: #9FE2EA; }

 span { border-color: rgb(159,226,234); }

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