#95DAB9

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

Shades of Vista Blue #95DAB9

Tints of Vista Blue #95DAB9

Color information

#95DAB9 (or 0x95DAB9) is unknown color: approx Vista Blue. HEX triplet: 95, DA and B9. RGB value is (149,218,185). Sum of RGB (Red+Green+Blue) = 149+218+185=552 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.99% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 218 - color contains mainly: green. Hex color #95DAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DAB9 is #6A2546. Grayscale: #C1C1C1. Windows color (decimal): -6956359 or 12180117. OLE color: 12180117.

HSL color Cylindrical-coordinate representation of color #95DAB9: hue angle of 151.3º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DAB9 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB149218185-
CMYK0.3200.150.15
HSL151.3º48.25%71.96%-
HSV(B)151.3º31.65%85.49%-
XYZ46.2260.0455.05-
YUV193.61123.1496.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.99%
GREEN value IS 218 (85.55% from 255) = 39.49%
BLUE value IS 185 (72.66% from 255) = 33.51%
R=26.99%
G=39.49%
B=33.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492181850.3200.150.15151.348.2571.96
Hex95DAB9200FF973048
Octal225332271400171722760110
Binary100101011101101010111001100000011111111100101111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95DAB9; }

 p { color: rgb(149,218,185); }

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

<style>
 a { background-color: #95DAB9; }

 a { background-color: rgb(149,218,185); }

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

<style>
 span { border-color: #95DAB9; }

 span { border-color: rgb(149,218,185); }

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