#95D9BA

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

Shades of Vista Blue #95D9BA

Tints of Vista Blue #95D9BA

Color information

#95D9BA (or 0x95D9BA) is unknown color: approx Vista Blue. HEX triplet: 95, D9 and BA. RGB value is (149,217,186). Sum of RGB (Red+Green+Blue) = 149+217+186=552 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.99% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 217 - color contains mainly: green. Hex color #95D9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D9BA is #6A2645. Grayscale: #C1C1C1. Windows color (decimal): -6956614 or 12245397. OLE color: 12245397.

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

Color convert

RGB149217186-
CMYK0.3100.140.15
HSL152.65º47.22%71.76%-
HSV(B)152.65º31.34%85.1%-
XYZ46.0759.5655.52-
YUV193.13123.9796.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.99%
GREEN value IS 217 (85.16% from 255) = 39.31%
BLUE value IS 186 (73.05% from 255) = 33.70%
R=26.99%
G=39.31%
B=33.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492171860.3100.140.15152.6547.2271.76
Hex95D9BA1F0EF992f48
Octal225331272370161723157110
Binary10010101110110011011101011111011101111100110011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,217,186); }

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

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

 a { background-color: rgb(149,217,186); }

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

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

 span { border-color: rgb(149,217,186); }

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