#95ADCA

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

Shades of Polo Blue #95ADCA

Tints of Polo Blue #95ADCA

Color information

#95ADCA (or 0x95ADCA) is unknown color: approx Polo Blue. HEX triplet: 95, AD and CA. RGB value is (149,173,202). Sum of RGB (Red+Green+Blue) = 149+173+202=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #95ADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ADCA is #6A5235. Grayscale: #A8A8A8. Windows color (decimal): -6967862 or 13282709. OLE color: 13282709.

HSL color Cylindrical-coordinate representation of color #95ADCA: hue angle of 212.83º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95ADCA is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149173202-
CMYK0.260.1400.21
HSL212.83º33.33%68.82%-
HSV(B)212.83º26.24%79.22%-
XYZ3840.5461.7-
YUV169.13146.55113.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.44%
GREEN value IS 173 (67.97% from 255) = 33.02%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=28.44%
G=33.02%
B=38.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491732020.260.1400.21212.8333.3368.82
Hex95ADCA1AE015d52145
Octal225255312321602532541105
Binary100101011010110111001010110101110010101110101011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,173,202); }

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

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

 a { background-color: rgb(149,173,202); }

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

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

 span { border-color: rgb(149,173,202); }

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