#8AADDB

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

Shades of Polo Blue #8AADDB

Tints of Polo Blue #8AADDB

Color information

#8AADDB (or 0x8AADDB) is unknown color: approx Polo Blue. HEX triplet: 8A, AD and DB. RGB value is (138,173,219). Sum of RGB (Red+Green+Blue) = 138+173+219=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #8AADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADDB is #755224. Grayscale: #A7A7A7. Windows color (decimal): -7688741 or 14396810. OLE color: 14396810.

HSL color Cylindrical-coordinate representation of color #8AADDB: hue angle of 214.07º 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 #8AADDB is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB138173219-
CMYK0.370.2100.14
HSL214.07º52.94%70%-
HSV(B)214.07º36.99%85.88%-
XYZ38.2140.472.8-
YUV167.78156.9106.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.04%
GREEN value IS 173 (67.97% from 255) = 32.64%
BLUE value IS 219 (85.94% from 255) = 41.32%
R=26.04%
G=32.64%
B=41.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381732190.370.2100.14214.0752.9470
Hex8AADDB25150Ed63546
Octal212255333452501632665106
Binary1000101010101101110110111001011010101110110101101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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