#90DBAD

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

Shades of Vista Blue #90DBAD

Tints of Vista Blue #90DBAD

Color information

#90DBAD (or 0x90DBAD) is unknown color: approx Vista Blue. HEX triplet: 90, DB and AD. RGB value is (144,219,173). Sum of RGB (Red+Green+Blue) = 144+219+173=536 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.87% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #90DBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DBAD is #6F2452. Grayscale: #BFBFBF. Windows color (decimal): -7283795 or 11393936. OLE color: 11393936.

HSL color Cylindrical-coordinate representation of color #90DBAD: hue angle of 143.2º 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 #90DBAD is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB144219173-
CMYK0.3400.210.14
HSL143.2º51.02%71.18%-
HSV(B)143.2º34.25%85.88%-
XYZ44.3859.6148.7-
YUV191.33117.6594.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.87%
GREEN value IS 219 (85.94% from 255) = 40.86%
BLUE value IS 173 (67.97% from 255) = 32.28%
R=26.87%
G=40.86%
B=32.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1442191730.3400.210.14143.251.0271.18
Hex90DBAD22015E8f3347
Octal220333255420251621763107
Binary1001000011011011101011011000100101011110100011111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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