Html Css Color HEX #89ACDB Polo Blue

📋 copy color: '#89ACDB'

red 137 ◦ green 172 ◦ blue 219

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

Shades of Polo Blue #89ACDB

Tints of Polo Blue #89ACDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.48%

R = 25.95%
G = 32.58%
B = 41.48%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#89ACDB (or 0x89ACDB) is known color: Polo Blue. HEX triplet: 89, AC and DB. RGB value is (137,172,219). Sum of RGB (Red+Green+Blue) = 137+172+219=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #89ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ACDB is #765324. Grayscale: #A6A6A6. Windows color (decimal): -7754533 or 14396553. OLE color: 14396553.

HSL color Cylindrical-coordinate representation of color #89ACDB: hue angle of 214.39º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89ACDB is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 172 219 -
CMYK 0.37 0.21 0 0.14
HSL 214.39º 0.53% 0.7% -
HSV(B) 214.39º 0.37% 0.86% -
XYZ 37.86 39.94 72.73 -
YUV 166.89 157.4 106.68 -
System Red Green Blue C M Y K H S L
Decimal 137 172 219 0.37 0.21 0 0.14 214.39 0.53 0.7
Hex 89 AC DB 25 15 0 E D6 35 46
Octal 211 254 333 45 25 0 16 326 65 106
Binary 10001001 10101100 11011011 100101 10101 0 1110 11010110 110101 1000110

Color Harmonies of #89ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ACDB

Black with #89ACDB

Text Example


Text Example

White with #89ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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