#90EBBB

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

Shades of Vista Blue #90EBBB

Tints of Vista Blue #90EBBB

Color information

#90EBBB (or 0x90EBBB) is unknown color: approx Vista Blue. HEX triplet: 90, EB and BB. RGB value is (144,235,187). Sum of RGB (Red+Green+Blue) = 144+235+187=566 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.44% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #90EBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EBBB is #6F1444. Grayscale: #CACACA. Windows color (decimal): -7279685 or 12315536. OLE color: 12315536.

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

Color convert

RGB144235187-
CMYK0.3900.200.08
HSL148.35º69.47%74.31%-
HSV(B)148.35º38.72%92.16%-
XYZ50.1868.9357.67-
YUV202.32119.3586.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.44%
GREEN value IS 235 (92.19% from 255) = 41.52%
BLUE value IS 187 (73.44% from 255) = 33.04%
R=25.44%
G=41.52%
B=33.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1442351870.3900.200.08148.3569.4774.31
Hex90EBBB27014894454a
Octal2203532734702410224105112
Binary10010000111010111011101110011101010010001001010010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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