Html Css Color HEX #89AAC8 Polo Blue

📋 copy color: '#89AAC8'

red 137 ◦ green 170 ◦ blue 200

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

Shades of Polo Blue #89AAC8

Tints of Polo Blue #89AAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.45%

R = 27.02%
G = 33.53%
B = 39.45%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#89AAC8 (or 0x89AAC8) is known color: Polo Blue. HEX triplet: 89, AA and C8. RGB value is (137,170,200). Sum of RGB (Red+Green+Blue) = 137+170+200=507 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.02% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 200 - color contains mainly: blue. Hex color #89AAC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AAC8 is #765537. Grayscale: #A3A3A3. Windows color (decimal): -7755064 or 13150857. OLE color: 13150857.

HSL color Cylindrical-coordinate representation of color #89AAC8: hue angle of 208.57º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89AAC8 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 137 170 200 -
CMYK 0.32 0.15 0 0.22
HSL 208.57º 0.36% 0.66% -
HSV(B) 208.57º 0.32% 0.78% -
XYZ 35.12 38.24 60.17 -
YUV 163.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 137 170 200 0.32 0.15 0 0.22 208.57 0.36 0.66
Hex 89 AA C8 20 F 0 16 D1 24 42
Octal 211 252 310 40 17 0 26 321 44 102
Binary 10001001 10101010 11001000 100000 1111 0 10110 11010001 100100 1000010

Color Harmonies of #89AAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AAC8

Black with #89AAC8

Text Example


Text Example

White with #89AAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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