Html Css Color HEX #89AACD Polo Blue

📋 copy color: '#89AACD'

red 137 ◦ green 170 ◦ blue 205

#89AACD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #89AACD

Tints of Polo Blue #89AACD

RGB

 RED value IS 137 (53.91% from 255) = 26.76%

 GREEN value IS 170 (66.8% from 255) = 33.2%

 BLUE value IS 205 (80.47% from 255) = 40.04%

R = 26.76%
G = 33.2%
B = 40.04%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#89AACD (or 0x89AACD) is known color: Polo Blue. HEX triplet: 89, AA and CD. RGB value is (137,170,205). Sum of RGB (Red+Green+Blue) = 137+170+205=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #89AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AACD is #765532. Grayscale: #A3A3A3. Windows color (decimal): -7755059 or 13478537. OLE color: 13478537.

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

Color convert

RGB 137 170 205 -
CMYK 0.33 0.17 0 0.20
HSL 210.88º 0.4% 0.67% -
HSV(B) 210.88º 0.33% 0.8% -
XYZ 35.71 38.48 63.3 -
YUV 164.12 151.07 108.65 -
System Red Green Blue C M Y K H S L
Decimal 137 170 205 0.33 0.17 0 0.20 210.88 0.4 0.67
Hex 89 AA CD 21 11 0 14 D3 28 43
Octal 211 252 315 41 21 0 24 323 50 103
Binary 10001001 10101010 11001101 100001 10001 0 10100 11010011 101000 1000011

Color Harmonies of #89AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AACD

Black with #89AACD

Text Example


Text Example

White with #89AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89AACD;
 }
 .AnyTagClassName
 {
   color: #89AACD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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