#95ABCC

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

Shades of Polo Blue #95ABCC

Tints of Polo Blue #95ABCC

Color information

#95ABCC (or 0x95ABCC) is unknown color: approx Polo Blue. HEX triplet: 95, AB and CC. RGB value is (149,171,204). Sum of RGB (Red+Green+Blue) = 149+171+204=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #95ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ABCC is #6A5433. Grayscale: #A8A8A8. Windows color (decimal): -6968372 or 13413269. OLE color: 13413269.

HSL color Cylindrical-coordinate representation of color #95ABCC: hue angle of 216º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95ABCC is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB149171204-
CMYK0.270.1600.2
HSL216º35.03%69.22%-
HSV(B)216º26.96%80%-
XYZ37.8639.8862.83-
YUV168.18148.21114.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.44%
GREEN value IS 171 (67.19% from 255) = 32.63%
BLUE value IS 204 (80.08% from 255) = 38.93%
R=28.44%
G=32.63%
B=38.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1491712040.270.1600.221635.0369.22
Hex95ABCC1B10014d82345
Octal225253314332002433043105
Binary1001010110101011110011001101110000010100110110001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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