#89AFCD

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

Shades of Polo Blue #89AFCD

Tints of Polo Blue #89AFCD

Color information

#89AFCD (or 0x89AFCD) is unknown color: approx Polo Blue. HEX triplet: 89, AF and CD. RGB value is (137,175,205). Sum of RGB (Red+Green+Blue) = 137+175+205=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #89AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AFCD is #765032. Grayscale: #A6A6A6. Windows color (decimal): -7753779 or 13479817. OLE color: 13479817.

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

Color convert

RGB137175205-
CMYK0.330.1500.20
HSL206.47º40.48%67.06%-
HSV(B)206.47º33.17%80.39%-
XYZ36.6740.3963.62-
YUV167.06149.41106.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.50%
GREEN value IS 175 (68.75% from 255) = 33.85%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=26.50%
G=33.85%
B=39.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371752050.330.1500.20206.4740.4867.06
Hex89AFCD21F014ce2843
Octal211257315411702431650103
Binary1000100110101111110011011000011111010100110011101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89AFCD; }

 p { color: rgb(137,175,205); }

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

<style>
 a { background-color: #89AFCD; }

 a { background-color: rgb(137,175,205); }

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

<style>
 span { border-color: #89AFCD; }

 span { border-color: rgb(137,175,205); }

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