#95D5BC

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

Shades of Vista Blue #95D5BC

Tints of Vista Blue #95D5BC

Color information

#95D5BC (or 0x95D5BC) is unknown color: approx Vista Blue. HEX triplet: 95, D5 and BC. RGB value is (149,213,188). Sum of RGB (Red+Green+Blue) = 149+213+188=550 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.09% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 213 - color contains mainly: green. Hex color #95D5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D5BC is #6A2A43. Grayscale: #BFBFBF. Windows color (decimal): -6957636 or 12375445. OLE color: 12375445.

HSL color Cylindrical-coordinate representation of color #95D5BC: hue angle of 156.56º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D5BC is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB149213188-
CMYK0.3000.120.16
HSL156.56º43.24%70.98%-
HSV(B)156.56º30.05%83.53%-
XYZ45.2757.6156.31-
YUV191.01126.398.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.09%
GREEN value IS 213 (83.59% from 255) = 38.73%
BLUE value IS 188 (73.83% from 255) = 34.18%
R=27.09%
G=38.73%
B=34.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492131880.3000.120.16156.5643.2470.98
Hex95D5BC1E0C109d2b47
Octal225325274360142023553107
Binary100101011101010110111100111100110010000100111011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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