Html Css Color HEX #99ECF8 Blizzard Blue

📋 copy color: '#99ECF8'

red 153 ◦ green 236 ◦ blue 248

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

Shades of Blizzard Blue #99ECF8

Tints of Blizzard Blue #99ECF8

RGB

 RED value IS 153 (60.16% from 255) = 24.02%

 GREEN value IS 236 (92.58% from 255) = 37.05%

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

R = 24.02%
G = 37.05%
B = 38.93%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#99ECF8 (or 0x99ECF8) is known color: Blizzard Blue. HEX triplet: 99, EC and F8. RGB value is (153,236,248). Sum of RGB (Red+Green+Blue) = 153+236+248=637 (84% of max value = 765). Red value is 153 (60.16% from 255 or 24.02% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 248 (97.27% from 255 or 38.93% from 637); Max value from RGB is 248 - color contains mainly: blue. Hex color #99ECF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99ECF8 is #661307. Grayscale: #D4D4D4. Windows color (decimal): -6689544 or 16313497. OLE color: 16313497.

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

Color convert

RGB 153 236 248 -
CMYK 0.38 0.05 0 0.03
HSL 187.58º 0.87% 0.79% -
HSV(B) 187.58º 0.38% 0.97% -
XYZ 60.08 73.54 99.84 -
YUV 212.55 148 85.52 -
System Red Green Blue C M Y K H S L
Decimal 153 236 248 0.38 0.05 0 0.03 187.58 0.87 0.79
Hex 99 EC F8 26 5 0 3 BC 57 4F
Octal 231 354 370 46 5 0 3 274 127 117
Binary 10011001 11101100 11111000 100110 101 0 11 10111100 1010111 1001111

Color Harmonies of #99ECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ECF8

Black with #99ECF8

Text Example


Text Example

White with #99ECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99ECF8; }

 p { color: rgb(153,236,248); }

 H1.HeaderClassName
 {
   color: #99ECF8;
 }
 .AnyTagClassName
 {
   color: #99ECF8;
 }
</style>

background-color css

<style>
 a { background-color: #99ECF8; }

 a { background-color: rgb(153,236,248); }

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

border-color css

<style>
 span { border-color: #99ECF8; }

 span { border-color: rgb(153,236,248); }

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