#90D6BB

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

Shades of Vista Blue #90D6BB

Tints of Vista Blue #90D6BB

Color information

#90D6BB (or 0x90D6BB) is unknown color: approx Vista Blue. HEX triplet: 90, D6 and BB. RGB value is (144,214,187). Sum of RGB (Red+Green+Blue) = 144+214+187=545 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.42% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #90D6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D6BB is #6F2944. Grayscale: #BEBEBE. Windows color (decimal): -7285061 or 12310160. OLE color: 12310160.

HSL color Cylindrical-coordinate representation of color #90D6BB: hue angle of 156.86º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D6BB is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB144214187-
CMYK0.3300.130.16
HSL156.86º46.05%70.2%-
HSV(B)156.86º32.71%83.92%-
XYZ44.5257.6155.79-
YUV189.99126.3195.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.42%
GREEN value IS 214 (83.98% from 255) = 39.27%
BLUE value IS 187 (73.44% from 255) = 34.31%
R=26.42%
G=39.27%
B=34.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1442141870.3300.130.16156.8646.0570.2
Hex90D6BB210D109d2e46
Octal220326273410152023556106
Binary1001000011010110101110111000010110110000100111011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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