#8AAFDB

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

Shades of Polo Blue #8AAFDB

Tints of Polo Blue #8AAFDB

Color information

#8AAFDB (or 0x8AAFDB) is unknown color: approx Polo Blue. HEX triplet: 8A, AF and DB. RGB value is (138,175,219). Sum of RGB (Red+Green+Blue) = 138+175+219=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #8AAFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAFDB is #755024. Grayscale: #A8A8A8. Windows color (decimal): -7688229 or 14397322. OLE color: 14397322.

HSL color Cylindrical-coordinate representation of color #8AAFDB: hue angle of 212.59º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AAFDB is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB138175219-
CMYK0.370.2000.14
HSL212.59º52.94%70%-
HSV(B)212.59º36.99%85.88%-
XYZ38.641.1872.93-
YUV168.95156.24105.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.94%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 219 (85.94% from 255) = 41.17%
R=25.94%
G=32.89%
B=41.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381752190.370.2000.14212.5952.9470
Hex8AAFDB25140Ed53546
Octal212257333452401632565106
Binary1000101010101111110110111001011010001110110101011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,175,219); }

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

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

 a { background-color: rgb(138,175,219); }

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

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

 span { border-color: rgb(138,175,219); }

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