#90E6F1

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

Shades of Blizzard Blue #90E6F1

Tints of Blizzard Blue #90E6F1

Color information

#90E6F1 (or 0x90E6F1) is unknown color: approx Blizzard Blue. HEX triplet: 90, E6 and F1. RGB value is (144,230,241). Sum of RGB (Red+Green+Blue) = 144+230+241=615 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.41% from 615); Green value is 230 (90.23% from 255 or 37.40% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #90E6F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E6F1 is #6F190E. Grayscale: #CDCDCD. Windows color (decimal): -7280911 or 15853200. OLE color: 15853200.

HSL color Cylindrical-coordinate representation of color #90E6F1: hue angle of 186.8º 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 #90E6F1 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB144230241-
CMYK0.400.0500.05
HSL186.8º77.6%75.49%-
HSV(B)186.8º40.25%94.51%-
XYZ55.6868.8793.58-
YUV205.54148.0184.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.41%
GREEN value IS 230 (90.23% from 255) = 37.40%
BLUE value IS 241 (94.53% from 255) = 39.19%
R=23.41%
G=37.40%
B=39.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442302410.400.0500.05186.877.675.49
Hex90E6F128505bb4e4b
Octal22034636150505273116113
Binary10010000111001101111000110100010101011011101110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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