#89b0d8

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

Shades of Polo Blue #89B0D8

Tints of Polo Blue #89B0D8

Color information

#89B0D8 (or 0x89B0D8) is unknown color: approx Polo Blue. HEX triplet: 89, B0 and D8. RGB value is (137,176,216). Sum of RGB (Red+Green+Blue) = 137+176+216=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 216 - color contains mainly: blue. Hex color #89B0D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B0D8 is #764F27. Grayscale: #A8A8A8. Windows color (decimal): -7753512 or 14200969. OLE color: 14200969.

HSL color Cylindrical-coordinate representation of color #89B0D8: hue angle of 210.38º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89B0D8 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB137176216-
CMYK0.370.1900.15
HSL210.38º50.32%69.22%-
HSV(B)210.38º36.57%84.71%-
XYZ38.2441.3370.93-
YUV168.9154.58105.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.90%
GREEN value IS 176 (69.14% from 255) = 33.27%
BLUE value IS 216 (84.77% from 255) = 40.83%
R=25.90%
G=33.27%
B=40.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1371762160.370.1900.15210.3850.3269.22
Hex89B0D825130Fd23245
Octal211260330452301732262105
Binary1000100110110000110110001001011001101111110100101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89b0d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,176,216); }

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

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

 a { background-color: rgb(137,176,216); }

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

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

 span { border-color: rgb(137,176,216); }

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