Html Css Color HEX #9FEAF2 Blizzard Blue

📋 copy color: '#9FEAF2'

red 159 ◦ green 234 ◦ blue 242

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

Shades of Blizzard Blue #9FEAF2

Tints of Blizzard Blue #9FEAF2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.85%

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

R = 25.04%
G = 36.85%
B = 38.11%

CMYK

 C value IS 0.34

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9FEAF2 (or 0x9FEAF2) is known color: Blizzard Blue. HEX triplet: 9F, EA and F2. RGB value is (159,234,242). Sum of RGB (Red+Green+Blue) = 159+234+242=635 (84% of max value = 765). Red value is 159 (62.5% from 255 or 25.04% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #9FEAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEAF2 is #60150D. Grayscale: #D4D4D4. Windows color (decimal): -6296846 or 15919775. OLE color: 15919775.

HSL color Cylindrical-coordinate representation of color #9FEAF2: hue angle of 185.78º 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 #9FEAF2 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 234 242 -
CMYK 0.34 0.03 0 0.05
HSL 185.78º 0.76% 0.79% -
HSV(B) 185.78º 0.34% 0.95% -
XYZ 59.75 72.63 94.87 -
YUV 212.49 144.65 89.85 -
System Red Green Blue C M Y K H S L
Decimal 159 234 242 0.34 0.03 0 0.05 185.78 0.76 0.79
Hex 9F EA F2 22 3 0 5 BA 4C 4F
Octal 237 352 362 42 3 0 5 272 114 117
Binary 10011111 11101010 11110010 100010 11 0 101 10111010 1001100 1001111

Color Harmonies of #9FEAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEAF2

Black with #9FEAF2

Text Example


Text Example

White with #9FEAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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