Html Css Color HEX #99EFFE Blizzard Blue

📋 copy color: '#99EFFE'

red 153 ◦ green 239 ◦ blue 254

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

Shades of Blizzard Blue #99EFFE

Tints of Blizzard Blue #99EFFE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37%

 BLUE value IS 254 (99.61% from 255) = 39.32%

R = 23.68%
G = 37%
B = 39.32%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#99EFFE (or 0x99EFFE) is known color: Blizzard Blue. HEX triplet: 99, EF and FE. RGB value is (153,239,254). Sum of RGB (Red+Green+Blue) = 153+239+254=646 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.68% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #99EFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EFFE is #661001. Grayscale: #D6D6D6. Windows color (decimal): -6688770 or 16707481. OLE color: 16707481.

HSL color Cylindrical-coordinate representation of color #99EFFE: hue angle of 188.91º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99EFFE is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 153 239 254 -
CMYK 0.40 0.06 0 0.00
HSL 188.91º 0.98% 0.8% -
HSV(B) 188.91º 0.4% 1% -
XYZ 61.89 75.66 105.11 -
YUV 215 150.01 83.78 -
System Red Green Blue C M Y K H S L
Decimal 153 239 254 0.40 0.06 0 0.00 188.91 0.98 0.8
Hex 99 EF FE 28 6 0 0 BD 62 50
Octal 231 357 376 50 6 0 0 275 142 120
Binary 10011001 11101111 11111110 101000 110 0 0 10111101 1100010 1010000

Color Harmonies of #99EFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EFFE

Black with #99EFFE

Text Example


Text Example

White with #99EFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,239,254); }

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

background-color css

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

 a { background-color: rgb(153,239,254); }

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

border-color css

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

 span { border-color: rgb(153,239,254); }

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