#8AB1CD

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

Shades of Polo Blue #8AB1CD

Tints of Polo Blue #8AB1CD

Color information

#8AB1CD (or 0x8AB1CD) is unknown color: approx Polo Blue. HEX triplet: 8A, B1 and CD. RGB value is (138,177,205). Sum of RGB (Red+Green+Blue) = 138+177+205=520 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.54% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #8AB1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB1CD is #754E32. Grayscale: #A8A8A8. Windows color (decimal): -7687731 or 13480330. OLE color: 13480330.

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

Color convert

RGB138177205-
CMYK0.330.1400.20
HSL205.07º40.12%67.25%-
HSV(B)205.07º32.68%80.39%-
XYZ37.2241.2663.76-
YUV168.53148.58106.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.54%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=26.54%
G=34.04%
B=39.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381772050.330.1400.20205.0740.1267.25
Hex8AB1CD21E014cd2843
Octal212261315411602431550103
Binary1000101010110001110011011000011110010100110011011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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