Html Css Color HEX #9FE4EF Blizzard Blue

📋 copy color: '#9FE4EF'

red 159 ◦ green 228 ◦ blue 239

#9FE4EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blizzard Blue #9FE4EF

Tints of Blizzard Blue #9FE4EF

RGB

 RED value IS 159 (62.5% from 255) = 25.4%

 GREEN value IS 228 (89.45% from 255) = 36.42%

 BLUE value IS 239 (93.75% from 255) = 38.18%

R = 25.4%
G = 36.42%
B = 38.18%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9FE4EF (or 0x9FE4EF) is known color: Blizzard Blue. HEX triplet: 9F, E4 and EF. RGB value is (159,228,239). Sum of RGB (Red+Green+Blue) = 159+228+239=626 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.40% from 626); Green value is 228 (89.45% from 255 or 36.42% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FE4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE4EF is #601B10. Grayscale: #D0D0D0. Windows color (decimal): -6298385 or 15721631. OLE color: 15721631.

HSL color Cylindrical-coordinate representation of color #9FE4EF: hue angle of 188.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FE4EF is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 228 239 -
CMYK 0.33 0.05 0 0.06
HSL 188.25º 0.71% 0.78% -
HSV(B) 188.25º 0.33% 0.94% -
XYZ 57.62 69.09 91.96 -
YUV 208.62 145.14 92.61 -
System Red Green Blue C M Y K H S L
Decimal 159 228 239 0.33 0.05 0 0.06 188.25 0.71 0.78
Hex 9F E4 EF 21 5 0 6 BC 47 4E
Octal 237 344 357 41 5 0 6 274 107 116
Binary 10011111 11100100 11101111 100001 101 0 110 10111100 1000111 1001110

Color Harmonies of #9FE4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE4EF

Black with #9FE4EF

Text Example


Text Example

White with #9FE4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,228,239); }

 H1.HeaderClassName
 {
   color: #9FE4EF;
 }
 .AnyTagClassName
 {
   color: #9FE4EF;
 }
</style>

background-color css

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

 a { background-color: rgb(159,228,239); }

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

border-color css

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

 span { border-color: rgb(159,228,239); }

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