#8AB2CD

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

Shades of Polo Blue #8AB2CD

Tints of Polo Blue #8AB2CD

Color information

#8AB2CD (or 0x8AB2CD) is unknown color: approx Polo Blue. HEX triplet: 8A, B2 and CD. RGB value is (138,178,205). Sum of RGB (Red+Green+Blue) = 138+178+205=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #8AB2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB2CD is #754D32. Grayscale: #A8A8A8. Windows color (decimal): -7687475 or 13480586. OLE color: 13480586.

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

Color convert

RGB138178205-
CMYK0.330.1300.20
HSL204.18º40.12%67.25%-
HSV(B)204.18º32.68%80.39%-
XYZ37.4241.6563.82-
YUV169.12148.25105.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.49%
GREEN value IS 178 (69.92% from 255) = 34.17%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=26.49%
G=34.17%
B=39.35%

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
Decimal1381782050.330.1300.20204.1840.1267.25
Hex8AB2CD21D014cc2843
Octal212262315411502431450103
Binary1000101010110010110011011000011101010100110011001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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