Html Css Color HEX #9FEEEF Blizzard Blue

📋 copy color: '#9FEEEF'

red 159 ◦ green 238 ◦ blue 239

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

Shades of Blizzard Blue #9FEEEF

Tints of Blizzard Blue #9FEEEF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.42%

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

R = 25%
G = 37.42%
B = 37.58%

CMYK

 C value IS 0.33

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9FEEEF (or 0x9FEEEF) is known color: Blizzard Blue. HEX triplet: 9F, EE and EF. RGB value is (159,238,239). Sum of RGB (Red+Green+Blue) = 159+238+239=636 (84% of max value = 765). Red value is 159 (62.5% from 255 or 25% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FEEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEEEF is #601110. Grayscale: #D6D6D6. Windows color (decimal): -6295825 or 15724191. OLE color: 15724191.

HSL color Cylindrical-coordinate representation of color #9FEEEF: hue angle of 180.75º 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 #9FEEEF is Cyan = 0.33, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 238 239 -
CMYK 0.33 0.00 0 0.06
HSL 180.75º 0.71% 0.78% -
HSV(B) 180.75º 0.33% 0.94% -
XYZ 60.45 74.75 92.9 -
YUV 214.49 141.83 88.42 -
System Red Green Blue C M Y K H S L
Decimal 159 238 239 0.33 0.00 0 0.06 180.75 0.71 0.78
Hex 9F EE EF 21 0 0 6 B5 47 4E
Octal 237 356 357 41 0 0 6 265 107 116
Binary 10011111 11101110 11101111 100001 0 0 110 10110101 1000111 1001110

Color Harmonies of #9FEEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEEEF

Black with #9FEEEF

Text Example


Text Example

White with #9FEEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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