Html Css Color HEX #9DEAF9 Blizzard Blue

📋 copy color: '#9DEAF9'

red 157 ◦ green 234 ◦ blue 249

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

Shades of Blizzard Blue #9DEAF9

Tints of Blizzard Blue #9DEAF9

RGB

 RED value IS 157 (61.72% from 255) = 24.53%

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

 BLUE value IS 249 (97.66% from 255) = 38.91%

R = 24.53%
G = 36.56%
B = 38.91%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9DEAF9 (or 0x9DEAF9) is known color: Blizzard Blue. HEX triplet: 9D, EA and F9. RGB value is (157,234,249). Sum of RGB (Red+Green+Blue) = 157+234+249=640 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.53% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 249 - color contains mainly: blue. Hex color #9DEAF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEAF9 is #621506. Grayscale: #D4D4D4. Windows color (decimal): -6427911 or 16378525. OLE color: 16378525.

HSL color Cylindrical-coordinate representation of color #9DEAF9: hue angle of 189.78º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DEAF9 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 234 249 -
CMYK 0.37 0.06 0 0.02
HSL 189.78º 0.88% 0.8% -
HSV(B) 189.78º 0.37% 0.98% -
XYZ 60.43 72.85 100.5 -
YUV 212.69 148.49 88.28 -
System Red Green Blue C M Y K H S L
Decimal 157 234 249 0.37 0.06 0 0.02 189.78 0.88 0.8
Hex 9D EA F9 25 6 0 2 BE 58 50
Octal 235 352 371 45 6 0 2 276 130 120
Binary 10011101 11101010 11111001 100101 110 0 10 10111110 1011000 1010000

Color Harmonies of #9DEAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEAF9

Black with #9DEAF9

Text Example


Text Example

White with #9DEAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,234,249); }

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

background-color css

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

 a { background-color: rgb(157,234,249); }

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

border-color css

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

 span { border-color: rgb(157,234,249); }

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