Html Css Color HEX #90E9E0 Blizzard Blue

📋 copy color: '#90E9E0'

red 144 ◦ green 233 ◦ blue 224

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

Shades of Blizzard Blue #90E9E0

Tints of Blizzard Blue #90E9E0

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.77%

 BLUE value IS 224 (87.89% from 255) = 37.27%

R = 23.96%
G = 38.77%
B = 37.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#90E9E0 (or 0x90E9E0) is known color: Blizzard Blue. HEX triplet: 90, E9 and E0. RGB value is (144,233,224). Sum of RGB (Red+Green+Blue) = 144+233+224=601 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.96% from 601); Green value is 233 (91.41% from 255 or 38.77% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 233 - color contains mainly: green. Hex color #90E9E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E9E0 is #6F161F. Grayscale: #CDCDCD. Windows color (decimal): -7280160 or 14739856. OLE color: 14739856.

HSL color Cylindrical-coordinate representation of color #90E9E0: hue angle of 173.93º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90E9E0 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 144 233 224 -
CMYK 0.38 0 0.04 0.09
HSL 173.93º 0.67% 0.74% -
HSV(B) 173.93º 0.38% 0.91% -
XYZ 54.1 69.59 81.1 -
YUV 205.36 138.51 84.23 -
System Red Green Blue C M Y K H S L
Decimal 144 233 224 0.38 0 0.04 0.09 173.93 0.67 0.74
Hex 90 E9 E0 26 0 4 9 AE 43 4A
Octal 220 351 340 46 0 4 11 256 103 112
Binary 10010000 11101001 11100000 100110 0 100 1001 10101110 1000011 1001010

Color Harmonies of #90E9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90E9E0

Black with #90E9E0

Text Example


Text Example

White with #90E9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,233,224); }

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

background-color css

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

 a { background-color: rgb(144,233,224); }

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

border-color css

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

 span { border-color: rgb(144,233,224); }

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