Html Css Color HEX #89A0D2 Polo Blue

📋 copy color: '#89A0D2'

red 137 ◦ green 160 ◦ blue 210

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

Shades of Polo Blue #89A0D2

Tints of Polo Blue #89A0D2

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.56%

 BLUE value IS 210 (82.42% from 255) = 41.42%

R = 27.02%
G = 31.56%
B = 41.42%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#89A0D2 (or 0x89A0D2) is known color: Polo Blue. HEX triplet: 89, A0 and D2. RGB value is (137,160,210). Sum of RGB (Red+Green+Blue) = 137+160+210=507 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.02% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 210 - color contains mainly: blue. Hex color #89A0D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A0D2 is #765F2D. Grayscale: #9E9E9E. Windows color (decimal): -7757614 or 13803657. OLE color: 13803657.

HSL color Cylindrical-coordinate representation of color #89A0D2: hue angle of 221.1º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89A0D2 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 137 160 210 -
CMYK 0.35 0.24 0 0.18
HSL 221.1º 0.45% 0.68% -
HSV(B) 221.1º 0.35% 0.82% -
XYZ 34.52 35.11 65.93 -
YUV 158.82 156.88 112.43 -
System Red Green Blue C M Y K H S L
Decimal 137 160 210 0.35 0.24 0 0.18 221.1 0.45 0.68
Hex 89 A0 D2 23 18 0 12 DD 2D 44
Octal 211 240 322 43 30 0 22 335 55 104
Binary 10001001 10100000 11010010 100011 11000 0 10010 11011101 101101 1000100

Color Harmonies of #89A0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A0D2

Black with #89A0D2

Text Example


Text Example

White with #89A0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,160,210); }

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

background-color css

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

 a { background-color: rgb(137,160,210); }

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

border-color css

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

 span { border-color: rgb(137,160,210); }

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