Html Css Color HEX #99EDF3 Blizzard Blue

📋 copy color: '#99EDF3'

red 153 ◦ green 237 ◦ blue 243

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

Shades of Blizzard Blue #99EDF3

Tints of Blizzard Blue #99EDF3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.44%

 BLUE value IS 243 (95.31% from 255) = 38.39%

R = 24.17%
G = 37.44%
B = 38.39%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#99EDF3 (or 0x99EDF3) is known color: Blizzard Blue. HEX triplet: 99, ED and F3. RGB value is (153,237,243). Sum of RGB (Red+Green+Blue) = 153+237+243=633 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.17% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #99EDF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EDF3 is #66120C. Grayscale: #D4D4D4. Windows color (decimal): -6689293 or 15986073. OLE color: 15986073.

HSL color Cylindrical-coordinate representation of color #99EDF3: hue angle of 184º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99EDF3 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 237 243 -
CMYK 0.37 0.02 0 0.05
HSL 184º 0.79% 0.78% -
HSV(B) 184º 0.37% 0.95% -
XYZ 59.6 73.81 95.9 -
YUV 212.57 145.17 85.51 -
System Red Green Blue C M Y K H S L
Decimal 153 237 243 0.37 0.02 0 0.05 184 0.79 0.78
Hex 99 ED F3 25 2 0 5 B8 4F 4E
Octal 231 355 363 45 2 0 5 270 117 116
Binary 10011001 11101101 11110011 100101 10 0 101 10111000 1001111 1001110

Color Harmonies of #99EDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EDF3

Black with #99EDF3

Text Example


Text Example

White with #99EDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,237,243); }

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

background-color css

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

 a { background-color: rgb(153,237,243); }

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

border-color css

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

 span { border-color: rgb(153,237,243); }

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