Html Css Color HEX #90EDE5 Blizzard Blue

📋 copy color: '#90EDE5'

red 144 ◦ green 237 ◦ blue 229

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

Shades of Blizzard Blue #90EDE5

Tints of Blizzard Blue #90EDE5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.85%

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

R = 23.61%
G = 38.85%
B = 37.54%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#90EDE5 (or 0x90EDE5) is known color: Blizzard Blue. HEX triplet: 90, ED and E5. RGB value is (144,237,229). Sum of RGB (Red+Green+Blue) = 144+237+229=610 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.61% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #90EDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EDE5 is #6F121A. Grayscale: #D0D0D0. Windows color (decimal): -7279131 or 15068560. OLE color: 15068560.

HSL color Cylindrical-coordinate representation of color #90EDE5: hue angle of 174.84º degrees, saturation: 0.72, 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 #90EDE5 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 237 229 -
CMYK 0.39 0 0.03 0.07
HSL 174.84º 0.72% 0.75% -
HSV(B) 174.84º 0.39% 0.93% -
XYZ 55.93 72.15 85.11 -
YUV 208.28 139.69 82.15 -
System Red Green Blue C M Y K H S L
Decimal 144 237 229 0.39 0 0.03 0.07 174.84 0.72 0.75
Hex 90 ED E5 27 0 3 7 AF 48 4B
Octal 220 355 345 47 0 3 7 257 110 113
Binary 10010000 11101101 11100101 100111 0 11 111 10101111 1001000 1001011

Color Harmonies of #90EDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EDE5

Black with #90EDE5

Text Example


Text Example

White with #90EDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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