#90EBF1

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

Shades of Blizzard Blue #90EBF1

Tints of Blizzard Blue #90EBF1

Color information

#90EBF1 (or 0x90EBF1) is unknown color: approx Blizzard Blue. HEX triplet: 90, EB and F1. RGB value is (144,235,241). Sum of RGB (Red+Green+Blue) = 144+235+241=620 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.23% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #90EBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EBF1 is #6F140E. Grayscale: #D0D0D0. Windows color (decimal): -7279631 or 15854480. OLE color: 15854480.

HSL color Cylindrical-coordinate representation of color #90EBF1: hue angle of 183.71º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90EBF1 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB144235241-
CMYK0.400.0200.05
HSL183.71º77.6%75.49%-
HSV(B)183.71º40.25%94.51%-
XYZ57.0971.794.05-
YUV208.47146.3582.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.23%
GREEN value IS 235 (92.19% from 255) = 37.90%
BLUE value IS 241 (94.53% from 255) = 38.87%
R=23.23%
G=37.90%
B=38.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442352410.400.0200.05183.7177.675.49
Hex90EBF128205b84e4b
Octal22035336150205270116113
Binary1001000011101011111100011010001001011011100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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