#95A9CD

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

Shades of Polo Blue #95A9CD

Tints of Polo Blue #95A9CD

Color information

#95A9CD (or 0x95A9CD) is unknown color: approx Polo Blue. HEX triplet: 95, A9 and CD. RGB value is (149,169,205). Sum of RGB (Red+Green+Blue) = 149+169+205=523 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.49% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #95A9CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A9CD is #6A5632. Grayscale: #A6A6A6. Windows color (decimal): -6968883 or 13478293. OLE color: 13478293.

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

Color convert

RGB149169205-
CMYK0.270.1800.20
HSL218.57º35.9%69.41%-
HSV(B)218.57º27.32%80.39%-
XYZ37.639.1763.34-
YUV167.12149.37115.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.49%
GREEN value IS 169 (66.41% from 255) = 32.31%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=28.49%
G=32.31%
B=39.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491692050.270.1800.20218.5735.969.41
Hex95A9CD1B12014db2445
Octal225251315332202433344105
Binary1001010110101001110011011101110010010100110110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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