#95A5CD

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

Shades of Polo Blue #95A5CD

Tints of Polo Blue #95A5CD

Color information

#95A5CD (or 0x95A5CD) is unknown color: approx Polo Blue. HEX triplet: 95, A5 and CD. RGB value is (149,165,205). Sum of RGB (Red+Green+Blue) = 149+165+205=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #95A5CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A5CD is #6A5A32. Grayscale: #A4A4A4. Windows color (decimal): -6969907 or 13477269. OLE color: 13477269.

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

Color convert

RGB149165205-
CMYK0.270.2000.20
HSL222.86º35.9%69.41%-
HSV(B)222.86º27.32%80.39%-
XYZ36.8737.7163.09-
YUV164.78150.7116.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.71%
GREEN value IS 165 (64.84% from 255) = 31.79%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=28.71%
G=31.79%
B=39.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491652050.270.2000.20222.8635.969.41
Hex95A5CD1B14014df2445
Octal225245315332402433744105
Binary1001010110100101110011011101110100010100110111111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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