Html Css Color HEX #89ADD7 Polo Blue

📋 copy color: '#89ADD7'

red 137 ◦ green 173 ◦ blue 215

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

Shades of Polo Blue #89ADD7

Tints of Polo Blue #89ADD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.95%

R = 26.1%
G = 32.95%
B = 40.95%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#89ADD7 (or 0x89ADD7) is known color: Polo Blue. HEX triplet: 89, AD and D7. RGB value is (137,173,215). Sum of RGB (Red+Green+Blue) = 137+173+215=525 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.10% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #89ADD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADD7 is #765228. Grayscale: #A6A6A6. Windows color (decimal): -7754281 or 14134665. OLE color: 14134665.

HSL color Cylindrical-coordinate representation of color #89ADD7: hue angle of 212.31º degrees, saturation: 0.49, 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 #89ADD7 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 137 173 215 -
CMYK 0.36 0.20 0 0.16
HSL 212.31º 0.49% 0.69% -
HSV(B) 212.31º 0.36% 0.84% -
XYZ 37.53 40.11 70.05 -
YUV 167.02 155.07 106.58 -
System Red Green Blue C M Y K H S L
Decimal 137 173 215 0.36 0.20 0 0.16 212.31 0.49 0.69
Hex 89 AD D7 24 14 0 10 D4 31 45
Octal 211 255 327 44 24 0 20 324 61 105
Binary 10001001 10101101 11010111 100100 10100 0 10000 11010100 110001 1000101

Color Harmonies of #89ADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ADD7

Black with #89ADD7

Text Example


Text Example

White with #89ADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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