#95A6CD

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

Shades of Polo Blue #95A6CD

Tints of Polo Blue #95A6CD

Color information

#95A6CD (or 0x95A6CD) is unknown color: approx Polo Blue. HEX triplet: 95, A6 and CD. RGB value is (149,166,205). Sum of RGB (Red+Green+Blue) = 149+166+205=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #95A6CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A6CD is #6A5932. Grayscale: #A5A5A5. Windows color (decimal): -6969651 or 13477525. OLE color: 13477525.

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

Color convert

RGB149166205-
CMYK0.270.1900.20
HSL221.79º35.9%69.41%-
HSV(B)221.79º27.32%80.39%-
XYZ37.0538.0763.15-
YUV165.36150.37116.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.65%
GREEN value IS 166 (65.23% from 255) = 31.92%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=28.65%
G=31.92%
B=39.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491662050.270.1900.20221.7935.969.41
Hex95A6CD1B13014de2445
Octal225246315332302433644105
Binary1001010110100110110011011101110011010100110111101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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