Html Css Color HEX #9DEAF8 Blizzard Blue

📋 copy color: '#9DEAF8'

red 157 ◦ green 234 ◦ blue 248

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

Shades of Blizzard Blue #9DEAF8

Tints of Blizzard Blue #9DEAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.81%

R = 24.57%
G = 36.62%
B = 38.81%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9DEAF8 (or 0x9DEAF8) is known color: Blizzard Blue. HEX triplet: 9D, EA and F8. RGB value is (157,234,248). Sum of RGB (Red+Green+Blue) = 157+234+248=639 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.57% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 248 (97.27% from 255 or 38.81% from 639); Max value from RGB is 248 - color contains mainly: blue. Hex color #9DEAF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEAF8 is #621507. Grayscale: #D4D4D4. Windows color (decimal): -6427912 or 16312989. OLE color: 16312989.

HSL color Cylindrical-coordinate representation of color #9DEAF8: hue angle of 189.23º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DEAF8 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 157 234 248 -
CMYK 0.37 0.06 0 0.03
HSL 189.23º 0.87% 0.79% -
HSV(B) 189.23º 0.37% 0.97% -
XYZ 60.27 72.79 99.68 -
YUV 212.57 147.99 88.36 -
System Red Green Blue C M Y K H S L
Decimal 157 234 248 0.37 0.06 0 0.03 189.23 0.87 0.79
Hex 9D EA F8 25 6 0 3 BD 57 4F
Octal 235 352 370 45 6 0 3 275 127 117
Binary 10011101 11101010 11111000 100101 110 0 11 10111101 1010111 1001111

Color Harmonies of #9DEAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEAF8

Black with #9DEAF8

Text Example


Text Example

White with #9DEAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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