Html Css Color HEX #90DEEA Blizzard Blue

📋 copy color: '#90DEEA'

red 144 ◦ green 222 ◦ blue 234

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

Shades of Blizzard Blue #90DEEA

Tints of Blizzard Blue #90DEEA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37%

 BLUE value IS 234 (91.8% from 255) = 39%

R = 24%
G = 37%
B = 39%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#90DEEA (or 0x90DEEA) is known color: Blizzard Blue. HEX triplet: 90, DE and EA. RGB value is (144,222,234). Sum of RGB (Red+Green+Blue) = 144+222+234=600 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #90DEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DEEA is #6F2115. Grayscale: #C7C7C7. Windows color (decimal): -7282966 or 15392400. OLE color: 15392400.

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

Color convert

RGB 144 222 234 -
CMYK 0.38 0.05 0 0.08
HSL 188º 0.68% 0.74% -
HSV(B) 188º 0.38% 0.92% -
XYZ 52.47 64.11 87.45 -
YUV 200.05 147.16 88.02 -
System Red Green Blue C M Y K H S L
Decimal 144 222 234 0.38 0.05 0 0.08 188 0.68 0.74
Hex 90 DE EA 26 5 0 8 BC 44 4A
Octal 220 336 352 46 5 0 10 274 104 112
Binary 10010000 11011110 11101010 100110 101 0 1000 10111100 1000100 1001010

Color Harmonies of #90DEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DEEA

Black with #90DEEA

Text Example


Text Example

White with #90DEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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