#95D6BC

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

Shades of Vista Blue #95D6BC

Tints of Vista Blue #95D6BC

Color information

#95D6BC (or 0x95D6BC) is unknown color: approx Vista Blue. HEX triplet: 95, D6 and BC. RGB value is (149,214,188). Sum of RGB (Red+Green+Blue) = 149+214+188=551 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.04% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 214 - color contains mainly: green. Hex color #95D6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D6BC is #6A2943. Grayscale: #BFBFBF. Windows color (decimal): -6957380 or 12375701. OLE color: 12375701.

HSL color Cylindrical-coordinate representation of color #95D6BC: hue angle of 156º degrees, saturation: 0.44, 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 #95D6BC is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB149214188-
CMYK0.3000.120.16
HSL156º44.22%71.18%-
HSV(B)156º30.37%83.92%-
XYZ45.5258.1156.39-
YUV191.6125.9797.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.04%
GREEN value IS 214 (83.98% from 255) = 38.84%
BLUE value IS 188 (73.83% from 255) = 34.12%
R=27.04%
G=38.84%
B=34.12%

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
Decimal1492141880.3000.120.1615644.2271.18
Hex95D6BC1E0C109c2c47
Octal225326274360142023454107
Binary100101011101011010111100111100110010000100111001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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