#90EBE1

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

Shades of Blizzard Blue #90EBE1

Tints of Blizzard Blue #90EBE1

Color information

#90EBE1 (or 0x90EBE1) is unknown color: approx Blizzard Blue. HEX triplet: 90, EB and E1. RGB value is (144,235,225). Sum of RGB (Red+Green+Blue) = 144+235+225=604 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.84% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #90EBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EBE1 is #6F141E. Grayscale: #CECECE. Windows color (decimal): -7279647 or 14805904. OLE color: 14805904.

HSL color Cylindrical-coordinate representation of color #90EBE1: hue angle of 173.41º 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 #90EBE1 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB144235225-
CMYK0.3900.040.08
HSL173.41º69.47%74.31%-
HSV(B)173.41º38.72%92.16%-
XYZ54.870.7882.01-
YUV206.65138.3583.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.84%
GREEN value IS 235 (92.19% from 255) = 38.91%
BLUE value IS 225 (88.28% from 255) = 37.25%
R=23.84%
G=38.91%
B=37.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1442352250.3900.040.08173.4169.4774.31
Hex90EBE127048ad454a
Octal220353341470410255105112
Binary100100001110101111100001100111010010001010110110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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