#8AA6CD

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

Shades of Polo Blue #8AA6CD

Tints of Polo Blue #8AA6CD

Color information

#8AA6CD (or 0x8AA6CD) is unknown color: approx Polo Blue. HEX triplet: 8A, A6 and CD. RGB value is (138,166,205). Sum of RGB (Red+Green+Blue) = 138+166+205=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #8AA6CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA6CD is #755932. Grayscale: #A1A1A1. Windows color (decimal): -7690547 or 13477514. OLE color: 13477514.

HSL color Cylindrical-coordinate representation of color #8AA6CD: hue angle of 214.93º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AA6CD is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB138166205-
CMYK0.330.1900.20
HSL214.93º40.12%67.25%-
HSV(B)214.93º32.68%80.39%-
XYZ35.1437.0863.06-
YUV162.07152.22110.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.11%
GREEN value IS 166 (65.23% from 255) = 32.61%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=27.11%
G=32.61%
B=40.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381662050.330.1900.20214.9340.1267.25
Hex8AA6CD2113014d72843
Octal212246315412302432750103
Binary10001010101001101100110110000110011010100110101111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AA6CD; }

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

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

<style>
 a { background-color: #8AA6CD; }

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

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

<style>
 span { border-color: #8AA6CD; }

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

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