#90EBB8

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

Shades of Vista Blue #90EBB8

Tints of Vista Blue #90EBB8

Color information

#90EBB8 (or 0x90EBB8) is unknown color: approx Vista Blue. HEX triplet: 90, EB and B8. RGB value is (144,235,184). Sum of RGB (Red+Green+Blue) = 144+235+184=563 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.58% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #90EBB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EBB8 is #6F1447. Grayscale: #CACACA. Windows color (decimal): -7279688 or 12118928. OLE color: 12118928.

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

Color convert

RGB144235184-
CMYK0.3900.220.08
HSL146.37º69.47%74.31%-
HSV(B)146.37º38.72%92.16%-
XYZ49.8668.8156-
YUV201.98117.8586.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.58%
GREEN value IS 235 (92.19% from 255) = 41.74%
BLUE value IS 184 (72.27% from 255) = 32.68%
R=25.58%
G=41.74%
B=32.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1442351840.3900.220.08146.3769.4774.31
Hex90EBB827016892454a
Octal2203532704702610222105112
Binary10010000111010111011100010011101011010001001001010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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