#95AAD3

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

Shades of Polo Blue #95AAD3

Tints of Polo Blue #95AAD3

Color information

#95AAD3 (or 0x95AAD3) is unknown color: approx Polo Blue. HEX triplet: 95, AA and D3. RGB value is (149,170,211). Sum of RGB (Red+Green+Blue) = 149+170+211=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 211 (82.81% from 255 or 39.81% from 530); Max value from RGB is 211 - color contains mainly: blue. Hex color #95AAD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AAD3 is #6A552C. Grayscale: #A8A8A8. Windows color (decimal): -6968621 or 13871765. OLE color: 13871765.

HSL color Cylindrical-coordinate representation of color #95AAD3: hue angle of 219.68º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95AAD3 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB149170211-
CMYK0.290.1900.17
HSL219.68º41.33%70.59%-
HSV(B)219.68º29.38%82.75%-
XYZ38.5339.8467.29-
YUV168.4152.04114.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.11%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 211 (82.81% from 255) = 39.81%
R=28.11%
G=32.08%
B=39.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1491702110.290.1900.17219.6841.3370.59
Hex95AAD31D13011dc2947
Octal225252323352302133451107
Binary1001010110101010110100111110110011010001110111001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,170,211); }

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

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

 a { background-color: rgb(149,170,211); }

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

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

 span { border-color: rgb(149,170,211); }

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