#99EBEB

Color #99EBEB Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #99EBEB

Tints of Blizzard Blue #99EBEB

Color information

#99EBEB (or 0x99EBEB) is unknown color: approx Blizzard Blue. HEX triplet: 99, EB and EB. RGB value is (153,235,235). Sum of RGB (Red+Green+Blue) = 153+235+235=623 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.56% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #99EBEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EBEB is #661414. Grayscale: #D2D2D2. Windows color (decimal): -6689813 or 15461273. OLE color: 15461273.

HSL color Cylindrical-coordinate representation of color #99EBEB: hue angle of 180º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EBEB is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153235235-
CMYK0.35000.08
HSL180º67.21%76.08%-
HSV(B)180º34.89%92.16%-
XYZ57.8472.1989.48-
YUV210.48141.8387-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.56%
GREEN value IS 235 (92.19% from 255) = 37.72%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=24.56%
G=37.72%
B=37.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532352350.35000.0818067.2176.08
Hex99EBEB23008b4434c
Octal231353353430010264103114
Binary1001100111101011111010111000110010001011010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,235,235); }

 H1.HeaderClassName
 {
   color: #99EBEB;
 }
 .AnyTagClassName
 {
   color: #99EBEB;
 }
</style>
background-color css

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

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

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

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

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

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