Html Css Color HEX #9FDEF0 Blizzard Blue

📋 copy color: '#9FDEF0'

red 159 ◦ green 222 ◦ blue 240

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

Shades of Blizzard Blue #9FDEF0

Tints of Blizzard Blue #9FDEF0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.75%

 BLUE value IS 240 (94.14% from 255) = 38.65%

R = 25.6%
G = 35.75%
B = 38.65%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9FDEF0 (or 0x9FDEF0) is known color: Blizzard Blue. HEX triplet: 9F, DE and F0. RGB value is (159,222,240). Sum of RGB (Red+Green+Blue) = 159+222+240=621 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.60% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #9FDEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDEF0 is #60210F. Grayscale: #CDCDCD. Windows color (decimal): -6299920 or 15785631. OLE color: 15785631.

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

Color convert

RGB 159 222 240 -
CMYK 0.34 0.08 0 0.06
HSL 193.33º 0.73% 0.78% -
HSV(B) 193.33º 0.34% 0.94% -
XYZ 56.15 65.9 92.2 -
YUV 205.22 147.63 95.04 -
System Red Green Blue C M Y K H S L
Decimal 159 222 240 0.34 0.08 0 0.06 193.33 0.73 0.78
Hex 9F DE F0 22 8 0 6 C1 49 4E
Octal 237 336 360 42 10 0 6 301 111 116
Binary 10011111 11011110 11110000 100010 1000 0 110 11000001 1001001 1001110

Color Harmonies of #9FDEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDEF0

Black with #9FDEF0

Text Example


Text Example

White with #9FDEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,222,240); }

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

background-color css

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

 a { background-color: rgb(159,222,240); }

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

border-color css

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

 span { border-color: rgb(159,222,240); }

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