#95A6D1

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

Shades of Polo Blue #95A6D1

Tints of Polo Blue #95A6D1

Color information

#95A6D1 (or 0x95A6D1) is unknown color: approx Polo Blue. HEX triplet: 95, A6 and D1. RGB value is (149,166,209). Sum of RGB (Red+Green+Blue) = 149+166+209=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 209 - color contains mainly: blue. Hex color #95A6D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A6D1 is #6A592E. Grayscale: #A5A5A5. Windows color (decimal): -6969647 or 13739669. OLE color: 13739669.

HSL color Cylindrical-coordinate representation of color #95A6D1: hue angle of 223º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95A6D1 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB149166209-
CMYK0.290.2100.18
HSL223º39.47%70.2%-
HSV(B)223º28.71%81.96%-
XYZ37.5438.2765.73-
YUV165.82152.37116-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.44%
GREEN value IS 166 (65.23% from 255) = 31.68%
BLUE value IS 209 (82.03% from 255) = 39.89%
R=28.44%
G=31.68%
B=39.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1491662090.290.2100.1822339.4770.2
Hex95A6D11D15012df2746
Octal225246321352502233747106
Binary1001010110100110110100011110110101010010110111111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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