#8AADCE

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

Shades of Polo Blue #8AADCE

Tints of Polo Blue #8AADCE

Color information

#8AADCE (or 0x8AADCE) is unknown color: approx Polo Blue. HEX triplet: 8A, AD and CE. RGB value is (138,173,206). Sum of RGB (Red+Green+Blue) = 138+173+206=517 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.69% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #8AADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADCE is #755231. Grayscale: #A6A6A6. Windows color (decimal): -7688754 or 13544842. OLE color: 13544842.

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

Color convert

RGB138173206-
CMYK0.330.1600.19
HSL209.12º40.96%67.45%-
HSV(B)209.12º33.01%80.78%-
XYZ36.5739.7564.14-
YUV166.3150.4107.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.69%
GREEN value IS 173 (67.97% from 255) = 33.46%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=26.69%
G=33.46%
B=39.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381732060.330.1600.19209.1240.9667.45
Hex8AADCE2110013d12943
Octal212255316412002332151103
Binary10001010101011011100111010000110000010011110100011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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