#95DABF

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

Shades of Vista Blue #95DABF

Tints of Vista Blue #95DABF

Color information

#95DABF (or 0x95DABF) is unknown color: approx Vista Blue. HEX triplet: 95, DA and BF. RGB value is (149,218,191). Sum of RGB (Red+Green+Blue) = 149+218+191=558 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.70% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 218 - color contains mainly: green. Hex color #95DABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DABF is #6A2540. Grayscale: #C2C2C2. Windows color (decimal): -6956353 or 12573333. OLE color: 12573333.

HSL color Cylindrical-coordinate representation of color #95DABF: hue angle of 156.52º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DABF is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB149218191-
CMYK0.3200.120.15
HSL156.52º48.25%71.96%-
HSV(B)156.52º31.65%85.49%-
XYZ46.8760.2958.46-
YUV194.29126.1495.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.70%
GREEN value IS 218 (85.55% from 255) = 39.07%
BLUE value IS 191 (75% from 255) = 34.23%
R=26.70%
G=39.07%
B=34.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492181910.3200.120.15156.5248.2571.96
Hex95DABF200CF9d3048
Octal225332277400141723560110
Binary100101011101101010111111100000011001111100111011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,218,191); }

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

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

 a { background-color: rgb(149,218,191); }

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

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

 span { border-color: rgb(149,218,191); }

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