#8AA5CB

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

Shades of Polo Blue #8AA5CB

Tints of Polo Blue #8AA5CB

Color information

#8AA5CB (or 0x8AA5CB) is unknown color: approx Polo Blue. HEX triplet: 8A, A5 and CB. RGB value is (138,165,203). Sum of RGB (Red+Green+Blue) = 138+165+203=506 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.27% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #8AA5CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA5CB is #755A34. Grayscale: #A1A1A1. Windows color (decimal): -7690805 or 13346186. OLE color: 13346186.

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

Color convert

RGB138165203-
CMYK0.320.1900.20
HSL215.08º38.46%66.86%-
HSV(B)215.08º32.02%79.61%-
XYZ34.7236.6361.74-
YUV161.26151.55111.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.27%
GREEN value IS 165 (64.84% from 255) = 32.61%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=27.27%
G=32.61%
B=40.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381652030.320.1900.20215.0838.4666.86
Hex8AA5CB2013014d72643
Octal212245313402302432746103
Binary10001010101001011100101110000010011010100110101111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,165,203); }

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

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

 a { background-color: rgb(138,165,203); }

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

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

 span { border-color: rgb(138,165,203); }

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