#95DBB3

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

Shades of Vista Blue #95DBB3

Tints of Vista Blue #95DBB3

Color information

#95DBB3 (or 0x95DBB3) is unknown color: approx Vista Blue. HEX triplet: 95, DB and B3. RGB value is (149,219,179). Sum of RGB (Red+Green+Blue) = 149+219+179=547 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.24% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #95DBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DBB3 is #6A244C. Grayscale: #C1C1C1. Windows color (decimal): -6956109 or 11787157. OLE color: 11787157.

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

Color convert

RGB149219179-
CMYK0.3200.180.14
HSL145.71º49.3%72.16%-
HSV(B)145.71º31.96%85.88%-
XYZ45.8660.3151.87-
YUV193.51119.8196.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.24%
GREEN value IS 219 (85.94% from 255) = 40.04%
BLUE value IS 179 (70.31% from 255) = 32.72%
R=27.24%
G=40.04%
B=32.72%

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
Decimal1492191790.3200.180.14145.7149.372.16
Hex95DBB320012E923148
Octal225333263400221622261110
Binary1001010111011011101100111000000100101110100100101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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