Html Css Color HEX #9FDEF3 Blizzard Blue

📋 copy color: '#9FDEF3'

red 159 ◦ green 222 ◦ blue 243

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

Shades of Blizzard Blue #9FDEF3

Tints of Blizzard Blue #9FDEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.94%

R = 25.48%
G = 35.58%
B = 38.94%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9FDEF3 (or 0x9FDEF3) is known color: Blizzard Blue. HEX triplet: 9F, DE and F3. RGB value is (159,222,243). Sum of RGB (Red+Green+Blue) = 159+222+243=624 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.48% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 243 (95.31% from 255 or 38.94% from 624); Max value from RGB is 243 - color contains mainly: blue. Hex color #9FDEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDEF3 is #60210C. Grayscale: #CDCDCD. Windows color (decimal): -6299917 or 15982239. OLE color: 15982239.

HSL color Cylindrical-coordinate representation of color #9FDEF3: hue angle of 195º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FDEF3 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 222 243 -
CMYK 0.35 0.09 0 0.05
HSL 195º 0.78% 0.79% -
HSV(B) 195º 0.35% 0.95% -
XYZ 56.6 66.08 94.57 -
YUV 205.56 149.13 94.79 -
System Red Green Blue C M Y K H S L
Decimal 159 222 243 0.35 0.09 0 0.05 195 0.78 0.79
Hex 9F DE F3 23 9 0 5 C3 4E 4F
Octal 237 336 363 43 11 0 5 303 116 117
Binary 10011111 11011110 11110011 100011 1001 0 101 11000011 1001110 1001111

Color Harmonies of #9FDEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDEF3

Black with #9FDEF3

Text Example


Text Example

White with #9FDEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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