Html Css Color HEX #89ADCD Polo Blue

📋 copy color: '#89ADCD'

red 137 ◦ green 173 ◦ blue 205

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

Shades of Polo Blue #89ADCD

Tints of Polo Blue #89ADCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.81%

R = 26.6%
G = 33.59%
B = 39.81%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#89ADCD (or 0x89ADCD) is known color: Polo Blue. HEX triplet: 89, AD and CD. RGB value is (137,173,205). Sum of RGB (Red+Green+Blue) = 137+173+205=515 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.60% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #89ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADCD is #765232. Grayscale: #A5A5A5. Windows color (decimal): -7754291 or 13479305. OLE color: 13479305.

HSL color Cylindrical-coordinate representation of color #89ADCD: hue angle of 208.24º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89ADCD is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 173 205 -
CMYK 0.33 0.16 0 0.20
HSL 208.24º 0.4% 0.67% -
HSV(B) 208.24º 0.33% 0.8% -
XYZ 36.28 39.61 63.49 -
YUV 165.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 137 173 205 0.33 0.16 0 0.20 208.24 0.4 0.67
Hex 89 AD CD 21 10 0 14 D0 28 43
Octal 211 255 315 41 20 0 24 320 50 103
Binary 10001001 10101101 11001101 100001 10000 0 10100 11010000 101000 1000011

Color Harmonies of #89ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ADCD

Black with #89ADCD

Text Example


Text Example

White with #89ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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