#90EEBD

Color #90EEBD Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #90EEBD

Tints of Vista Blue #90EEBD

Color information

#90EEBD (or 0x90EEBD) is unknown color: approx Vista Blue. HEX triplet: 90, EE and BD. RGB value is (144,238,189). Sum of RGB (Red+Green+Blue) = 144+238+189=571 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.22% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #90EEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EEBD is #6F1142. Grayscale: #CCCCCC. Windows color (decimal): -7278915 or 12447376. OLE color: 12447376.

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

Color convert

RGB144238189-
CMYK0.3900.210.07
HSL148.72º73.44%74.9%-
HSV(B)148.72º39.5%93.33%-
XYZ51.2670.7559.1-
YUV204.31119.3684.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.22%
GREEN value IS 238 (93.36% from 255) = 41.68%
BLUE value IS 189 (74.22% from 255) = 33.10%
R=25.22%
G=41.68%
B=33.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1442381890.3900.210.07148.7273.4474.9
Hex90EEBD27015795494b
Octal220356275470257225111113
Binary1001000011101110101111011001110101011111001010110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,238,189); }

 H1.HeaderClassName
 {
   color: #90EEBD;
 }
 .AnyTagClassName
 {
   color: #90EEBD;
 }
</style>
background-color css

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

 a { background-color: rgb(144,238,189); }

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

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

 span { border-color: rgb(144,238,189); }

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