Html Css Color HEX #89ACCE Polo Blue

📋 copy color: '#89ACCE'

red 137 ◦ green 172 ◦ blue 206

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

Shades of Polo Blue #89ACCE

Tints of Polo Blue #89ACCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40%

R = 26.6%
G = 33.4%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#89ACCE (or 0x89ACCE) is known color: Polo Blue. HEX triplet: 89, AC and CE. RGB value is (137,172,206). Sum of RGB (Red+Green+Blue) = 137+172+206=515 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.60% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #89ACCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ACCE is #765331. Grayscale: #A5A5A5. Windows color (decimal): -7754546 or 13544585. OLE color: 13544585.

HSL color Cylindrical-coordinate representation of color #89ACCE: hue angle of 209.57º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89ACCE is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 172 206 -
CMYK 0.33 0.17 0 0.19
HSL 209.57º 0.41% 0.67% -
HSV(B) 209.57º 0.33% 0.81% -
XYZ 36.21 39.28 64.07 -
YUV 165.41 150.9 107.74 -
System Red Green Blue C M Y K H S L
Decimal 137 172 206 0.33 0.17 0 0.19 209.57 0.41 0.67
Hex 89 AC CE 21 11 0 13 D2 29 43
Octal 211 254 316 41 21 0 23 322 51 103
Binary 10001001 10101100 11001110 100001 10001 0 10011 11010010 101001 1000011

Color Harmonies of #89ACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ACCE

Black with #89ACCE

Text Example


Text Example

White with #89ACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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