Html Css Color HEX #9FEAF0 Blizzard Blue

📋 copy color: '#9FEAF0'

red 159 ◦ green 234 ◦ blue 240

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

Shades of Blizzard Blue #9FEAF0

Tints of Blizzard Blue #9FEAF0

RGB

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

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

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

R = 25.12%
G = 36.97%
B = 37.91%

CMYK

 C value IS 0.34

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9FEAF0 (or 0x9FEAF0) is known color: Blizzard Blue. HEX triplet: 9F, EA and F0. RGB value is (159,234,240). Sum of RGB (Red+Green+Blue) = 159+234+240=633 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.12% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #9FEAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEAF0 is #60150F. Grayscale: #D4D4D4. Windows color (decimal): -6296848 or 15788703. OLE color: 15788703.

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

Color convert

RGB 159 234 240 -
CMYK 0.34 0.02 0 0.06
HSL 184.44º 0.73% 0.78% -
HSV(B) 184.44º 0.34% 0.94% -
XYZ 59.45 72.51 93.3 -
YUV 212.26 143.65 90.01 -
System Red Green Blue C M Y K H S L
Decimal 159 234 240 0.34 0.02 0 0.06 184.44 0.73 0.78
Hex 9F EA F0 22 2 0 6 B8 49 4E
Octal 237 352 360 42 2 0 6 270 111 116
Binary 10011111 11101010 11110000 100010 10 0 110 10111000 1001001 1001110

Color Harmonies of #9FEAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEAF0

Black with #9FEAF0

Text Example


Text Example

White with #9FEAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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