#89B2CD

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

Shades of Polo Blue #89B2CD

Tints of Polo Blue #89B2CD

Color information

#89B2CD (or 0x89B2CD) is unknown color: approx Polo Blue. HEX triplet: 89, B2 and CD. RGB value is (137,178,205). Sum of RGB (Red+Green+Blue) = 137+178+205=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #89B2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B2CD is #764D32. Grayscale: #A8A8A8. Windows color (decimal): -7753011 or 13480585. OLE color: 13480585.

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

Color convert

RGB137178205-
CMYK0.330.1300.20
HSL203.82º40.48%67.06%-
HSV(B)203.82º33.17%80.39%-
XYZ37.2641.5763.82-
YUV168.82148.42105.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.35%
GREEN value IS 178 (69.92% from 255) = 34.23%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=26.35%
G=34.23%
B=39.42%

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
Decimal1371782050.330.1300.20203.8240.4867.06
Hex89B2CD21D014cc2843
Octal211262315411502431450103
Binary1000100110110010110011011000011101010100110011001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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