#8AB3CD

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

Shades of Polo Blue #8AB3CD

Tints of Polo Blue #8AB3CD

Color information

#8AB3CD (or 0x8AB3CD) is unknown color: approx Polo Blue. HEX triplet: 8A, B3 and CD. RGB value is (138,179,205). Sum of RGB (Red+Green+Blue) = 138+179+205=522 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.44% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #8AB3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB3CD is #754C32. Grayscale: #A9A9A9. Windows color (decimal): -7687219 or 13480842. OLE color: 13480842.

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

Color convert

RGB138179205-
CMYK0.330.1300.20
HSL203.28º40.12%67.25%-
HSV(B)203.28º32.68%80.39%-
XYZ37.6242.0563.89-
YUV169.7147.92105.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.44%
GREEN value IS 179 (70.31% from 255) = 34.29%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=26.44%
G=34.29%
B=39.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381792050.330.1300.20203.2840.1267.25
Hex8AB3CD21D014cb2843
Octal212263315411502431350103
Binary1000101010110011110011011000011101010100110010111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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