Html Css Color HEX #89ADDB Polo Blue

📋 copy color: '#89ADDB'

red 137 ◦ green 173 ◦ blue 219

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

Shades of Polo Blue #89ADDB

Tints of Polo Blue #89ADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.7%

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

R = 25.9%
G = 32.7%
B = 41.4%

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

#89ADDB (or 0x89ADDB) is known color: Polo Blue. HEX triplet: 89, AD and DB. RGB value is (137,173,219). Sum of RGB (Red+Green+Blue) = 137+173+219=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #89ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADDB is #765224. Grayscale: #A7A7A7. Windows color (decimal): -7754277 or 14396809. OLE color: 14396809.

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

Color convert

RGB 137 173 219 -
CMYK 0.37 0.21 0 0.14
HSL 213.66º 0.53% 0.7% -
HSV(B) 213.66º 0.37% 0.86% -
XYZ 38.05 40.32 72.8 -
YUV 167.48 157.07 106.26 -
System Red Green Blue C M Y K H S L
Decimal 137 173 219 0.37 0.21 0 0.14 213.66 0.53 0.7
Hex 89 AD DB 25 15 0 E D6 35 46
Octal 211 255 333 45 25 0 16 326 65 106
Binary 10001001 10101101 11011011 100101 10101 0 1110 11010110 110101 1000110

Color Harmonies of #89ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ADDB

Black with #89ADDB

Text Example


Text Example

White with #89ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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