#95dcb3

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

Shades of Vista Blue #95DCB3

Tints of Vista Blue #95DCB3

Color information

#95DCB3 (or 0x95DCB3) is unknown color: approx Vista Blue. HEX triplet: 95, DC and B3. RGB value is (149,220,179). Sum of RGB (Red+Green+Blue) = 149+220+179=548 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.19% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DCB3 is #6A234C. Grayscale: #C2C2C2. Windows color (decimal): -6955853 or 11787413. OLE color: 11787413.

HSL color Cylindrical-coordinate representation of color #95DCB3: hue angle of 145.35º 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 #95DCB3 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB149220179-
CMYK0.3200.190.14
HSL145.35º50.35%72.35%-
HSV(B)145.35º32.27%86.27%-
XYZ46.1260.8351.96-
YUV194.1119.4895.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.19%
GREEN value IS 220 (86.33% from 255) = 40.15%
BLUE value IS 179 (70.31% from 255) = 32.66%
R=27.19%
G=40.15%
B=32.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492201790.3200.190.14145.3550.3572.35
Hex95DCB320013E913248
Octal225334263400231622162110
Binary1001010111011100101100111000000100111110100100011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95dcb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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