#95DAB1

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

Shades of Vista Blue #95DAB1

Tints of Vista Blue #95DAB1

Color information

#95DAB1 (or 0x95DAB1) is unknown color: approx Vista Blue. HEX triplet: 95, DA and B1. RGB value is (149,218,177). Sum of RGB (Red+Green+Blue) = 149+218+177=544 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.39% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #95DAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DAB1 is #6A254E. Grayscale: #C0C0C0. Windows color (decimal): -6956367 or 11655829. OLE color: 11655829.

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

Color convert

RGB149218177-
CMYK0.3200.190.15
HSL144.35º48.25%71.96%-
HSV(B)144.35º31.65%85.49%-
XYZ45.459.7150.73-
YUV192.7119.1496.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.39%
GREEN value IS 218 (85.55% from 255) = 40.07%
BLUE value IS 177 (69.53% from 255) = 32.54%
R=27.39%
G=40.07%
B=32.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492181770.3200.190.15144.3548.2571.96
Hex95DAB120013F903048
Octal225332261400231722060110
Binary1001010111011010101100011000000100111111100100001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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