Html Css Color HEX #90EEE5 Blizzard Blue

📋 copy color: '#90EEE5'

red 144 ◦ green 238 ◦ blue 229

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

Shades of Blizzard Blue #90EEE5

Tints of Blizzard Blue #90EEE5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.95%

 BLUE value IS 229 (89.84% from 255) = 37.48%

R = 23.57%
G = 38.95%
B = 37.48%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#90EEE5 (or 0x90EEE5) is known color: Blizzard Blue. HEX triplet: 90, EE and E5. RGB value is (144,238,229). Sum of RGB (Red+Green+Blue) = 144+238+229=611 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.57% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 238 - color contains mainly: green. Hex color #90EEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EEE5 is #6F111A. Grayscale: #D0D0D0. Windows color (decimal): -7278875 or 15068816. OLE color: 15068816.

HSL color Cylindrical-coordinate representation of color #90EEE5: hue angle of 174.26º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EEE5 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 238 229 -
CMYK 0.39 0 0.04 0.07
HSL 174.26º 0.73% 0.75% -
HSV(B) 174.26º 0.39% 0.93% -
XYZ 56.22 72.74 85.21 -
YUV 208.87 139.36 81.73 -
System Red Green Blue C M Y K H S L
Decimal 144 238 229 0.39 0 0.04 0.07 174.26 0.73 0.75
Hex 90 EE E5 27 0 4 7 AE 49 4B
Octal 220 356 345 47 0 4 7 256 111 113
Binary 10010000 11101110 11100101 100111 0 100 111 10101110 1001001 1001011

Color Harmonies of #90EEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EEE5

Black with #90EEE5

Text Example


Text Example

White with #90EEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,238,229); }

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

background-color css

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

 a { background-color: rgb(144,238,229); }

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

border-color css

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

 span { border-color: rgb(144,238,229); }

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