#95ABCA

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

Shades of Polo Blue #95ABCA

Tints of Polo Blue #95ABCA

Color information

#95ABCA (or 0x95ABCA) is unknown color: approx Polo Blue. HEX triplet: 95, AB and CA. RGB value is (149,171,202). Sum of RGB (Red+Green+Blue) = 149+171+202=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #95ABCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ABCA is #6A5435. Grayscale: #A7A7A7. Windows color (decimal): -6968374 or 13282197. OLE color: 13282197.

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

Color convert

RGB149171202-
CMYK0.260.1500.21
HSL215.09º33.33%68.82%-
HSV(B)215.09º26.24%79.22%-
XYZ37.6239.7861.57-
YUV167.96147.21114.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.54%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=28.54%
G=32.76%
B=38.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491712020.260.1500.21215.0933.3368.82
Hex95ABCA1AF015d72145
Octal225253312321702532741105
Binary100101011010101111001010110101111010101110101111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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