Html Css Color HEX #9FDFEA Blizzard Blue

📋 copy color: '#9FDFEA'

red 159 ◦ green 223 ◦ blue 234

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

Shades of Blizzard Blue #9FDFEA

Tints of Blizzard Blue #9FDFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.99%

R = 25.81%
G = 36.2%
B = 37.99%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9FDFEA (or 0x9FDFEA) is known color: Blizzard Blue. HEX triplet: 9F, DF and EA. RGB value is (159,223,234). Sum of RGB (Red+Green+Blue) = 159+223+234=616 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.81% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FDFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDFEA is #602015. Grayscale: #CDCDCD. Windows color (decimal): -6299670 or 15392671. OLE color: 15392671.

HSL color Cylindrical-coordinate representation of color #9FDFEA: hue angle of 188.8º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FDFEA is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 223 234 -
CMYK 0.32 0.05 0 0.08
HSL 188.8º 0.64% 0.77% -
HSV(B) 188.8º 0.32% 0.92% -
XYZ 55.54 66.09 87.67 -
YUV 205.12 144.3 95.11 -
System Red Green Blue C M Y K H S L
Decimal 159 223 234 0.32 0.05 0 0.08 188.8 0.64 0.77
Hex 9F DF EA 20 5 0 8 BD 40 4D
Octal 237 337 352 40 5 0 10 275 100 115
Binary 10011111 11011111 11101010 100000 101 0 1000 10111101 1000000 1001101

Color Harmonies of #9FDFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDFEA

Black with #9FDFEA

Text Example


Text Example

White with #9FDFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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