#95D3BC

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

Shades of Vista Blue #95D3BC

Tints of Vista Blue #95D3BC

Color information

#95D3BC (or 0x95D3BC) is unknown color: approx Vista Blue. HEX triplet: 95, D3 and BC. RGB value is (149,211,188). Sum of RGB (Red+Green+Blue) = 149+211+188=548 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.19% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 211 - color contains mainly: green. Hex color #95D3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D3BC is #6A2C43. Grayscale: #BDBDBD. Windows color (decimal): -6958148 or 12374933. OLE color: 12374933.

HSL color Cylindrical-coordinate representation of color #95D3BC: hue angle of 157.74º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D3BC is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB149211188-
CMYK0.2900.110.17
HSL157.74º41.33%70.59%-
HSV(B)157.74º29.38%82.75%-
XYZ44.7756.6156.14-
YUV189.84126.9698.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.19%
GREEN value IS 211 (82.81% from 255) = 38.50%
BLUE value IS 188 (73.83% from 255) = 34.31%
R=27.19%
G=38.50%
B=34.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1492111880.2900.110.17157.7441.3370.59
Hex95D3BC1D0B119e2947
Octal225323274350132123651107
Binary100101011101001110111100111010101110001100111101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,211,188); }

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

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

 a { background-color: rgb(149,211,188); }

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

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

 span { border-color: rgb(149,211,188); }

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