#95ABCD

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

Shades of Polo Blue #95ABCD

Tints of Polo Blue #95ABCD

Color information

#95ABCD (or 0x95ABCD) is unknown color: approx Polo Blue. HEX triplet: 95, AB and CD. RGB value is (149,171,205). Sum of RGB (Red+Green+Blue) = 149+171+205=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #95ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ABCD is #6A5432. Grayscale: #A8A8A8. Windows color (decimal): -6968371 or 13478805. OLE color: 13478805.

HSL color Cylindrical-coordinate representation of color #95ABCD: hue angle of 216.43º degrees, saturation: 0.36, 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 #95ABCD is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB149171205-
CMYK0.270.1700.20
HSL216.43º35.9%69.41%-
HSV(B)216.43º27.32%80.39%-
XYZ37.9839.9263.46-
YUV168.3148.71114.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.38%
GREEN value IS 171 (67.19% from 255) = 32.57%
BLUE value IS 205 (80.47% from 255) = 39.05%
R=28.38%
G=32.57%
B=39.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491712050.270.1700.20216.4335.969.41
Hex95ABCD1B11014d82445
Octal225253315332102433044105
Binary1001010110101011110011011101110001010100110110001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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