#95D6BE

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

Shades of Vista Blue #95D6BE

Tints of Vista Blue #95D6BE

Color information

#95D6BE (or 0x95D6BE) is unknown color: approx Vista Blue. HEX triplet: 95, D6 and BE. RGB value is (149,214,190). Sum of RGB (Red+Green+Blue) = 149+214+190=553 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.94% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #95D6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D6BE is #6A2941. Grayscale: #BFBFBF. Windows color (decimal): -6957378 or 12506773. OLE color: 12506773.

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

Color convert

RGB149214190-
CMYK0.3000.110.16
HSL157.85º44.22%71.18%-
HSV(B)157.85º30.37%83.92%-
XYZ45.7458.257.54-
YUV191.83126.9797.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.94%
GREEN value IS 214 (83.98% from 255) = 38.70%
BLUE value IS 190 (74.61% from 255) = 34.36%
R=26.94%
G=38.70%
B=34.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492141900.3000.110.16157.8544.2271.18
Hex95D6BE1E0B109e2c47
Octal225326276360132023654107
Binary100101011101011010111110111100101110000100111101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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