#95DCB9

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

Shades of Vista Blue #95DCB9

Tints of Vista Blue #95DCB9

Color information

#95DCB9 (or 0x95DCB9) is unknown color: approx Vista Blue. HEX triplet: 95, DC and B9. RGB value is (149,220,185). Sum of RGB (Red+Green+Blue) = 149+220+185=554 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.90% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DCB9 is #6A2346. Grayscale: #C2C2C2. Windows color (decimal): -6955847 or 12180629. OLE color: 12180629.

HSL color Cylindrical-coordinate representation of color #95DCB9: hue angle of 150.42º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DCB9 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB149220185-
CMYK0.3200.160.14
HSL150.42º50.35%72.35%-
HSV(B)150.42º32.27%86.27%-
XYZ46.7461.0855.22-
YUV194.78122.4895.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.90%
GREEN value IS 220 (86.33% from 255) = 39.71%
BLUE value IS 185 (72.66% from 255) = 33.39%
R=26.90%
G=39.71%
B=33.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492201850.3200.160.14150.4250.3572.35
Hex95DCB920010E963248
Octal225334271400201622662110
Binary1001010111011100101110011000000100001110100101101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,220,185); }

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

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

 a { background-color: rgb(149,220,185); }

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

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

 span { border-color: rgb(149,220,185); }

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