Html Css Color HEX #89ADC7 Polo Blue

📋 copy color: '#89ADC7'

red 137 ◦ green 173 ◦ blue 199

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

Shades of Polo Blue #89ADC7

Tints of Polo Blue #89ADC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.1%

R = 26.92%
G = 33.99%
B = 39.1%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#89ADC7 (or 0x89ADC7) is known color: Polo Blue. HEX triplet: 89, AD and C7. RGB value is (137,173,199). Sum of RGB (Red+Green+Blue) = 137+173+199=509 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.92% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 199 - color contains mainly: blue. Hex color #89ADC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADC7 is #765238. Grayscale: #A5A5A5. Windows color (decimal): -7754297 or 13086089. OLE color: 13086089.

HSL color Cylindrical-coordinate representation of color #89ADC7: hue angle of 205.16º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89ADC7 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 137 173 199 -
CMYK 0.31 0.13 0 0.22
HSL 205.16º 0.36% 0.66% -
HSV(B) 205.16º 0.31% 0.78% -
XYZ 35.57 39.33 59.75 -
YUV 165.2 147.07 107.89 -
System Red Green Blue C M Y K H S L
Decimal 137 173 199 0.31 0.13 0 0.22 205.16 0.36 0.66
Hex 89 AD C7 1F D 0 16 CD 24 42
Octal 211 255 307 37 15 0 26 315 44 102
Binary 10001001 10101101 11000111 11111 1101 0 10110 11001101 100100 1000010

Color Harmonies of #89ADC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ADC7

Black with #89ADC7

Text Example


Text Example

White with #89ADC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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