Html Css Color HEX #90E7EA Blizzard Blue

📋 copy color: '#90E7EA'

red 144 ◦ green 231 ◦ blue 234

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

Shades of Blizzard Blue #90E7EA

Tints of Blizzard Blue #90E7EA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.93%

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

R = 23.65%
G = 37.93%
B = 38.42%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#90E7EA (or 0x90E7EA) is known color: Blizzard Blue. HEX triplet: 90, E7 and EA. RGB value is (144,231,234). Sum of RGB (Red+Green+Blue) = 144+231+234=609 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.65% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #90E7EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E7EA is #6F1815. Grayscale: #CDCDCD. Windows color (decimal): -7280662 or 15394704. OLE color: 15394704.

HSL color Cylindrical-coordinate representation of color #90E7EA: hue angle of 182º 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 #90E7EA is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 231 234 -
CMYK 0.38 0.01 0 0.08
HSL 182º 0.68% 0.74% -
HSV(B) 182º 0.38% 0.92% -
XYZ 54.93 69.02 88.27 -
YUV 205.33 144.18 84.26 -
System Red Green Blue C M Y K H S L
Decimal 144 231 234 0.38 0.01 0 0.08 182 0.68 0.74
Hex 90 E7 EA 26 1 0 8 B6 44 4A
Octal 220 347 352 46 1 0 10 266 104 112
Binary 10010000 11100111 11101010 100110 1 0 1000 10110110 1000100 1001010

Color Harmonies of #90E7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90E7EA

Black with #90E7EA

Text Example


Text Example

White with #90E7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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