#8AADCD

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

Shades of Polo Blue #8AADCD

Tints of Polo Blue #8AADCD

Color information

#8AADCD (or 0x8AADCD) is unknown color: approx Polo Blue. HEX triplet: 8A, AD and CD. RGB value is (138,173,205). Sum of RGB (Red+Green+Blue) = 138+173+205=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #8AADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADCD is #755232. Grayscale: #A6A6A6. Windows color (decimal): -7688755 or 13479306. OLE color: 13479306.

HSL color Cylindrical-coordinate representation of color #8AADCD: hue angle of 208.66º 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 #8AADCD is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB138173205-
CMYK0.330.1600.20
HSL208.66º40.12%67.25%-
HSV(B)208.66º32.68%80.39%-
XYZ36.4439.763.5-
YUV166.18149.9107.9-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.74%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=26.74%
G=33.53%
B=39.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381732050.330.1600.20208.6640.1267.25
Hex8AADCD2110014d12843
Octal212255315412002432150103
Binary10001010101011011100110110000110000010100110100011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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