#99EBE3

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

Shades of Blizzard Blue #99EBE3

Tints of Blizzard Blue #99EBE3

Color information

#99EBE3 (or 0x99EBE3) is unknown color: approx Blizzard Blue. HEX triplet: 99, EB and E3. RGB value is (153,235,227). Sum of RGB (Red+Green+Blue) = 153+235+227=615 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.88% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 227 (89.06% from 255 or 36.91% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EBE3 is #66141C. Grayscale: #D1D1D1. Windows color (decimal): -6689821 or 14936985. OLE color: 14936985.

HSL color Cylindrical-coordinate representation of color #99EBE3: hue angle of 174.15º 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 #99EBE3 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB153235227-
CMYK0.3500.030.08
HSL174.15º67.21%76.08%-
HSV(B)174.15º34.89%92.16%-
XYZ56.7171.7483.53-
YUV209.57137.8387.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.88%
GREEN value IS 235 (92.19% from 255) = 38.21%
BLUE value IS 227 (89.06% from 255) = 36.91%
R=24.88%
G=38.21%
B=36.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532352270.3500.030.08174.1567.2176.08
Hex99EBE323038ae434c
Octal231353343430310256103114
Binary10011001111010111110001110001101110001010111010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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