#95DABA

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

Shades of Vista Blue #95DABA

Tints of Vista Blue #95DABA

Color information

#95DABA (or 0x95DABA) is unknown color: approx Vista Blue. HEX triplet: 95, DA and BA. RGB value is (149,218,186). Sum of RGB (Red+Green+Blue) = 149+218+186=553 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.94% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 218 - color contains mainly: green. Hex color #95DABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DABA is #6A2545. Grayscale: #C1C1C1. Windows color (decimal): -6956358 or 12245653. OLE color: 12245653.

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

Color convert

RGB149218186-
CMYK0.3200.150.15
HSL152.17º48.25%71.96%-
HSV(B)152.17º31.65%85.49%-
XYZ46.3360.0855.61-
YUV193.72123.6496.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.94%
GREEN value IS 218 (85.55% from 255) = 39.42%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=26.94%
G=39.42%
B=33.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492181860.3200.150.15152.1748.2571.96
Hex95DABA200FF983048
Octal225332272400171723060110
Binary100101011101101010111010100000011111111100110001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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