#90EBEB

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

Shades of Blizzard Blue #90EBEB

Tints of Blizzard Blue #90EBEB

Color information

#90EBEB (or 0x90EBEB) is unknown color: approx Blizzard Blue. HEX triplet: 90, EB and EB. RGB value is (144,235,235). Sum of RGB (Red+Green+Blue) = 144+235+235=614 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.45% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #90EBEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EBEB is #6F1414. Grayscale: #CFCFCF. Windows color (decimal): -7279637 or 15461264. OLE color: 15461264.

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

Color convert

RGB144235235-
CMYK0.39000.08
HSL180º69.47%74.31%-
HSV(B)180º38.72%92.16%-
XYZ56.2171.3489.41-
YUV207.79143.3582.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.45%
GREEN value IS 235 (92.19% from 255) = 38.27%
BLUE value IS 235 (92.19% from 255) = 38.27%
R=23.45%
G=38.27%
B=38.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1442352350.39000.0818069.4774.31
Hex90EBEB27008b4454a
Octal220353353470010264105112
Binary1001000011101011111010111001110010001011010010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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