Html Css Color HEX #90EAEF Blizzard Blue

📋 copy color: '#90EAEF'

red 144 ◦ green 234 ◦ blue 239

#90EAEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blizzard Blue #90EAEF

Tints of Blizzard Blue #90EAEF

RGB

 RED value IS 144 (56.64% from 255) = 23.34%

 GREEN value IS 234 (91.8% from 255) = 37.93%

 BLUE value IS 239 (93.75% from 255) = 38.74%

R = 23.34%
G = 37.93%
B = 38.74%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#90EAEF (or 0x90EAEF) is known color: Blizzard Blue. HEX triplet: 90, EA and EF. RGB value is (144,234,239). Sum of RGB (Red+Green+Blue) = 144+234+239=617 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.34% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #90EAEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EAEF is #6F1510. Grayscale: #CFCFCF. Windows color (decimal): -7279889 or 15723152. OLE color: 15723152.

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

Color convert

RGB 144 234 239 -
CMYK 0.40 0.02 0 0.06
HSL 183.16º 0.75% 0.75% -
HSV(B) 183.16º 0.4% 0.94% -
XYZ 56.5 71.01 92.39 -
YUV 207.66 145.68 82.59 -
System Red Green Blue C M Y K H S L
Decimal 144 234 239 0.40 0.02 0 0.06 183.16 0.75 0.75
Hex 90 EA EF 28 2 0 6 B7 4B 4B
Octal 220 352 357 50 2 0 6 267 113 113
Binary 10010000 11101010 11101111 101000 10 0 110 10110111 1001011 1001011

Color Harmonies of #90EAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EAEF

Black with #90EAEF

Text Example


Text Example

White with #90EAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,234,239); }

 H1.HeaderClassName
 {
   color: #90EAEF;
 }
 .AnyTagClassName
 {
   color: #90EAEF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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