#95D1BA

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

Shades of Vista Blue #95D1BA

Tints of Vista Blue #95D1BA

Color information

#95D1BA (or 0x95D1BA) is unknown color: approx Vista Blue. HEX triplet: 95, D1 and BA. RGB value is (149,209,186). Sum of RGB (Red+Green+Blue) = 149+209+186=544 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.39% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 209 - color contains mainly: green. Hex color #95D1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D1BA is #6A2E45. Grayscale: #BCBCBC. Windows color (decimal): -6958662 or 12243349. OLE color: 12243349.

HSL color Cylindrical-coordinate representation of color #95D1BA: hue angle of 157º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D1BA is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB149209186-
CMYK0.2900.110.18
HSL157º39.47%70.2%-
HSV(B)157º28.71%81.96%-
XYZ44.0655.5454.85-
YUV188.44126.6299.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.39%
GREEN value IS 209 (82.03% from 255) = 38.42%
BLUE value IS 186 (73.05% from 255) = 34.19%
R=27.39%
G=38.42%
B=34.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492091860.2900.110.1815739.4770.2
Hex95D1BA1D0B129d2746
Octal225321272350132223547106
Binary100101011101000110111010111010101110010100111011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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