#89AFD6

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

Shades of Polo Blue #89AFD6

Tints of Polo Blue #89AFD6

Color information

#89AFD6 (or 0x89AFD6) is unknown color: approx Polo Blue. HEX triplet: 89, AF and D6. RGB value is (137,175,214). Sum of RGB (Red+Green+Blue) = 137+175+214=526 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.05% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 214 - color contains mainly: blue. Hex color #89AFD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AFD6 is #765029. Grayscale: #A7A7A7. Windows color (decimal): -7753770 or 14069641. OLE color: 14069641.

HSL color Cylindrical-coordinate representation of color #89AFD6: hue angle of 210.39º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89AFD6 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB137175214-
CMYK0.360.1800.16
HSL210.39º48.43%68.82%-
HSV(B)210.39º35.98%83.92%-
XYZ37.7840.8369.51-
YUV168.08153.91105.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.05%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 214 (83.98% from 255) = 40.68%
R=26.05%
G=33.27%
B=40.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1371752140.360.1800.16210.3948.4368.82
Hex89AFD62412010d23045
Octal211257326442202032260105
Binary10001001101011111101011010010010010010000110100101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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