#95DCC0

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

Shades of Vista Blue #95DCC0

Tints of Vista Blue #95DCC0

Color information

#95DCC0 (or 0x95DCC0) is unknown color: approx Vista Blue. HEX triplet: 95, DC and C0. RGB value is (149,220,192). Sum of RGB (Red+Green+Blue) = 149+220+192=561 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.56% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DCC0 is #6A233F. Grayscale: #C3C3C3. Windows color (decimal): -6955840 or 12639381. OLE color: 12639381.

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

Color convert

RGB149220192-
CMYK0.3200.130.14
HSL156.34º50.35%72.35%-
HSV(B)156.34º32.27%86.27%-
XYZ47.561.3859.21-
YUV195.58125.9894.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.56%
GREEN value IS 220 (86.33% from 255) = 39.22%
BLUE value IS 192 (75.39% from 255) = 34.22%
R=26.56%
G=39.22%
B=34.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492201920.3200.130.14156.3450.3572.35
Hex95DCC0200DE9c3248
Octal225334300400151623462110
Binary100101011101110011000000100000011011110100111001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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