Html Css Color HEX #9FDFF2 Blizzard Blue

📋 copy color: '#9FDFF2'

red 159 ◦ green 223 ◦ blue 242

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

Shades of Blizzard Blue #9FDFF2

Tints of Blizzard Blue #9FDFF2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.74%

 BLUE value IS 242 (94.92% from 255) = 38.78%

R = 25.48%
G = 35.74%
B = 38.78%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9FDFF2 (or 0x9FDFF2) is known color: Blizzard Blue. HEX triplet: 9F, DF and F2. RGB value is (159,223,242). Sum of RGB (Red+Green+Blue) = 159+223+242=624 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.48% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #9FDFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDFF2 is #60200D. Grayscale: #CDCDCD. Windows color (decimal): -6299662 or 15916959. OLE color: 15916959.

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

Color convert

RGB 159 223 242 -
CMYK 0.34 0.08 0 0.05
HSL 193.73º 0.76% 0.79% -
HSV(B) 193.73º 0.34% 0.95% -
XYZ 56.71 66.56 93.86 -
YUV 206.03 148.3 94.46 -
System Red Green Blue C M Y K H S L
Decimal 159 223 242 0.34 0.08 0 0.05 193.73 0.76 0.79
Hex 9F DF F2 22 8 0 5 C2 4C 4F
Octal 237 337 362 42 10 0 5 302 114 117
Binary 10011111 11011111 11110010 100010 1000 0 101 11000010 1001100 1001111

Color Harmonies of #9FDFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDFF2

Black with #9FDFF2

Text Example


Text Example

White with #9FDFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,223,242); }

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

background-color css

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

 a { background-color: rgb(159,223,242); }

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

border-color css

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

 span { border-color: rgb(159,223,242); }

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