#95DCB5

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

Shades of Vista Blue #95DCB5

Tints of Vista Blue #95DCB5

Color information

#95DCB5 (or 0x95DCB5) is unknown color: approx Vista Blue. HEX triplet: 95, DC and B5. RGB value is (149,220,181). Sum of RGB (Red+Green+Blue) = 149+220+181=550 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.09% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DCB5 is #6A234A. Grayscale: #C2C2C2. Windows color (decimal): -6955851 or 11918485. OLE color: 11918485.

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

Color convert

RGB149220181-
CMYK0.3200.180.14
HSL147.04º50.35%72.35%-
HSV(B)147.04º32.27%86.27%-
XYZ46.3360.9153.03-
YUV194.32120.4895.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.09%
GREEN value IS 220 (86.33% from 255) = 40%
BLUE value IS 181 (71.09% from 255) = 32.91%
R=27.09%
G=40%
B=32.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492201810.3200.180.14147.0450.3572.35
Hex95DCB520012E933248
Octal225334265400221622362110
Binary1001010111011100101101011000000100101110100100111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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