Html Css Color HEX #90EBE1 Blizzard Blue

📋 copy color: '#90EBE1'

red 144 ◦ green 235 ◦ blue 225

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

Shades of Blizzard Blue #90EBE1

Tints of Blizzard Blue #90EBE1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.91%

 BLUE value IS 225 (88.28% from 255) = 37.25%

R = 23.84%
G = 38.91%
B = 37.25%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#90EBE1 (or 0x90EBE1) is known color: Blizzard Blue. HEX triplet: 90, EB and E1. RGB value is (144,235,225). Sum of RGB (Red+Green+Blue) = 144+235+225=604 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.84% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #90EBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EBE1 is #6F141E. Grayscale: #CECECE. Windows color (decimal): -7279647 or 14805904. OLE color: 14805904.

HSL color Cylindrical-coordinate representation of color #90EBE1: hue angle of 173.41º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EBE1 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 235 225 -
CMYK 0.39 0 0.04 0.08
HSL 173.41º 0.69% 0.74% -
HSV(B) 173.41º 0.39% 0.92% -
XYZ 54.8 70.78 82.01 -
YUV 206.65 138.35 83.31 -
System Red Green Blue C M Y K H S L
Decimal 144 235 225 0.39 0 0.04 0.08 173.41 0.69 0.74
Hex 90 EB E1 27 0 4 8 AD 45 4A
Octal 220 353 341 47 0 4 10 255 105 112
Binary 10010000 11101011 11100001 100111 0 100 1000 10101101 1000101 1001010

Color Harmonies of #90EBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EBE1

Black with #90EBE1

Text Example


Text Example

White with #90EBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,235,225); }

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

background-color css

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

 a { background-color: rgb(144,235,225); }

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

border-color css

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

 span { border-color: rgb(144,235,225); }

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