Html Css Color HEX #89ACD9 Polo Blue

📋 copy color: '#89ACD9'

red 137 ◦ green 172 ◦ blue 217

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

Shades of Polo Blue #89ACD9

Tints of Polo Blue #89ACD9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.7%

 BLUE value IS 217 (85.16% from 255) = 41.25%

R = 26.05%
G = 32.7%
B = 41.25%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#89ACD9 (or 0x89ACD9) is known color: Polo Blue. HEX triplet: 89, AC and D9. RGB value is (137,172,217). Sum of RGB (Red+Green+Blue) = 137+172+217=526 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.05% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 217 - color contains mainly: blue. Hex color #89ACD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ACD9 is #765326. Grayscale: #A6A6A6. Windows color (decimal): -7754535 or 14265481. OLE color: 14265481.

HSL color Cylindrical-coordinate representation of color #89ACD9: hue angle of 213.75º degrees, saturation: 0.51, 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 #89ACD9 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 172 217 -
CMYK 0.37 0.21 0 0.15
HSL 213.75º 0.51% 0.69% -
HSV(B) 213.75º 0.37% 0.85% -
XYZ 37.59 39.83 71.35 -
YUV 166.67 156.4 106.84 -
System Red Green Blue C M Y K H S L
Decimal 137 172 217 0.37 0.21 0 0.15 213.75 0.51 0.69
Hex 89 AC D9 25 15 0 F D6 33 45
Octal 211 254 331 45 25 0 17 326 63 105
Binary 10001001 10101100 11011001 100101 10101 0 1111 11010110 110011 1000101

Color Harmonies of #89ACD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ACD9

Black with #89ACD9

Text Example


Text Example

White with #89ACD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,172,217); }

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

background-color css

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

 a { background-color: rgb(137,172,217); }

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

border-color css

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

 span { border-color: rgb(137,172,217); }

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