#90DBBA

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

Shades of Vista Blue #90DBBA

Tints of Vista Blue #90DBBA

Color information

#90DBBA (or 0x90DBBA) is unknown color: approx Vista Blue. HEX triplet: 90, DB and BA. RGB value is (144,219,186). Sum of RGB (Red+Green+Blue) = 144+219+186=549 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.23% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #90DBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DBBA is #6F2445. Grayscale: #C0C0C0. Windows color (decimal): -7283782 or 12245904. OLE color: 12245904.

HSL color Cylindrical-coordinate representation of color #90DBBA: hue angle of 153.6º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90DBBA is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB144219186-
CMYK0.3400.150.14
HSL153.6º51.02%71.18%-
HSV(B)153.6º34.25%85.88%-
XYZ45.760.1455.65-
YUV192.81124.1593.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.23%
GREEN value IS 219 (85.94% from 255) = 39.89%
BLUE value IS 186 (73.05% from 255) = 33.88%
R=26.23%
G=39.89%
B=33.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1442191860.3400.150.14153.651.0271.18
Hex90DBBA220FE9a3347
Octal220333272420171623263107
Binary100100001101101110111010100010011111110100110101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,219,186); }

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

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

 a { background-color: rgb(144,219,186); }

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

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

 span { border-color: rgb(144,219,186); }

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