Html Css Color HEX #90EBEA Blizzard Blue

📋 copy color: '#90EBEA'

red 144 ◦ green 235 ◦ blue 234

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

Shades of Blizzard Blue #90EBEA

Tints of Blizzard Blue #90EBEA

RGB

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

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

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

R = 23.49%
G = 38.34%
B = 38.17%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#90EBEA (or 0x90EBEA) is known color: Blizzard Blue. HEX triplet: 90, EB and EA. RGB value is (144,235,234). Sum of RGB (Red+Green+Blue) = 144+235+234=613 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.49% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #90EBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EBEA is #6F1415. Grayscale: #CFCFCF. Windows color (decimal): -7279638 or 15395728. OLE color: 15395728.

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

Color convert

RGB 144 235 234 -
CMYK 0.39 0 0.00 0.08
HSL 179.34º 0.69% 0.74% -
HSV(B) 179.34º 0.39% 0.92% -
XYZ 56.06 71.29 88.65 -
YUV 207.68 142.85 82.58 -
System Red Green Blue C M Y K H S L
Decimal 144 235 234 0.39 0 0.00 0.08 179.34 0.69 0.74
Hex 90 EB EA 27 0 0 8 B3 45 4A
Octal 220 353 352 47 0 0 10 263 105 112
Binary 10010000 11101011 11101010 100111 0 0 1000 10110011 1000101 1001010

Color Harmonies of #90EBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EBEA

Black with #90EBEA

Text Example


Text Example

White with #90EBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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