Html Css Color HEX #90E7ED Blizzard Blue

📋 copy color: '#90E7ED'

red 144 ◦ green 231 ◦ blue 237

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

Shades of Blizzard Blue #90E7ED

Tints of Blizzard Blue #90E7ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.73%

R = 23.53%
G = 37.75%
B = 38.73%

CMYK

 C value IS 0.39

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#90E7ED (or 0x90E7ED) is known color: Blizzard Blue. HEX triplet: 90, E7 and ED. RGB value is (144,231,237). Sum of RGB (Red+Green+Blue) = 144+231+237=612 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.53% from 612); Green value is 231 (90.62% from 255 or 37.75% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #90E7ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E7ED is #6F1812. Grayscale: #CDCDCD. Windows color (decimal): -7280659 or 15591312. OLE color: 15591312.

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

Color convert

RGB 144 231 237 -
CMYK 0.39 0.03 0 0.07
HSL 183.87º 0.72% 0.75% -
HSV(B) 183.87º 0.39% 0.93% -
XYZ 55.36 69.2 90.56 -
YUV 205.67 145.68 84.01 -
System Red Green Blue C M Y K H S L
Decimal 144 231 237 0.39 0.03 0 0.07 183.87 0.72 0.75
Hex 90 E7 ED 27 3 0 7 B8 48 4B
Octal 220 347 355 47 3 0 7 270 110 113
Binary 10010000 11100111 11101101 100111 11 0 111 10111000 1001000 1001011

Color Harmonies of #90E7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90E7ED

Black with #90E7ED

Text Example


Text Example

White with #90E7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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