#89AFD3

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

Shades of Polo Blue #89AFD3

Tints of Polo Blue #89AFD3

Color information

#89AFD3 (or 0x89AFD3) is unknown color: approx Polo Blue. HEX triplet: 89, AF and D3. RGB value is (137,175,211). Sum of RGB (Red+Green+Blue) = 137+175+211=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 211 (82.81% from 255 or 40.34% from 523); Max value from RGB is 211 - color contains mainly: blue. Hex color #89AFD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AFD3 is #76502C. Grayscale: #A7A7A7. Windows color (decimal): -7753773 or 13873033. OLE color: 13873033.

HSL color Cylindrical-coordinate representation of color #89AFD3: hue angle of 209.19º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89AFD3 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB137175211-
CMYK0.350.1700.17
HSL209.19º45.68%68.24%-
HSV(B)209.19º35.07%82.75%-
XYZ37.440.6867.51-
YUV167.74152.41106.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.20%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 211 (82.81% from 255) = 40.34%
R=26.20%
G=33.46%
B=40.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1371752110.350.1700.17209.1945.6868.24
Hex89AFD32311011d12e44
Octal211257323432102132156104
Binary10001001101011111101001110001110001010001110100011011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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