Html Css Color HEX #89ADD5 Polo Blue

📋 copy color: '#89ADD5'

red 137 ◦ green 173 ◦ blue 213

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

Shades of Polo Blue #89ADD5

Tints of Polo Blue #89ADD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.73%

R = 26.2%
G = 33.08%
B = 40.73%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#89ADD5 (or 0x89ADD5) is known color: Polo Blue. HEX triplet: 89, AD and D5. RGB value is (137,173,213). Sum of RGB (Red+Green+Blue) = 137+173+213=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 213 - color contains mainly: blue. Hex color #89ADD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADD5 is #76522A. Grayscale: #A6A6A6. Windows color (decimal): -7754283 or 14003593. OLE color: 14003593.

HSL color Cylindrical-coordinate representation of color #89ADD5: hue angle of 211.58º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89ADD5 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 137 173 213 -
CMYK 0.36 0.19 0 0.16
HSL 211.58º 0.48% 0.69% -
HSV(B) 211.58º 0.36% 0.84% -
XYZ 37.27 40.01 68.71 -
YUV 166.8 154.07 106.75 -
System Red Green Blue C M Y K H S L
Decimal 137 173 213 0.36 0.19 0 0.16 211.58 0.48 0.69
Hex 89 AD D5 24 13 0 10 D4 30 45
Octal 211 255 325 44 23 0 20 324 60 105
Binary 10001001 10101101 11010101 100100 10011 0 10000 11010100 110000 1000101

Color Harmonies of #89ADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ADD5

Black with #89ADD5

Text Example


Text Example

White with #89ADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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