Html Css Color HEX #89A6D2 Polo Blue

📋 copy color: '#89A6D2'

red 137 ◦ green 166 ◦ blue 210

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

Shades of Polo Blue #89A6D2

Tints of Polo Blue #89A6D2

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.36%

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

R = 26.71%
G = 32.36%
B = 40.94%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#89A6D2 (or 0x89A6D2) is known color: Polo Blue. HEX triplet: 89, A6 and D2. RGB value is (137,166,210). Sum of RGB (Red+Green+Blue) = 137+166+210=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 210 (82.42% from 255 or 40.94% from 513); Max value from RGB is 210 - color contains mainly: blue. Hex color #89A6D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A6D2 is #76592D. Grayscale: #A2A2A2. Windows color (decimal): -7756078 or 13805193. OLE color: 13805193.

HSL color Cylindrical-coordinate representation of color #89A6D2: hue angle of 216.16º 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 #89A6D2 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 137 166 210 -
CMYK 0.35 0.21 0 0.18
HSL 216.16º 0.45% 0.68% -
HSV(B) 216.16º 0.35% 0.82% -
XYZ 35.59 37.24 66.29 -
YUV 162.35 154.89 109.92 -
System Red Green Blue C M Y K H S L
Decimal 137 166 210 0.35 0.21 0 0.18 216.16 0.45 0.68
Hex 89 A6 D2 23 15 0 12 D8 2D 44
Octal 211 246 322 43 25 0 22 330 55 104
Binary 10001001 10100110 11010010 100011 10101 0 10010 11011000 101101 1000100

Color Harmonies of #89A6D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A6D2

Black with #89A6D2

Text Example


Text Example

White with #89A6D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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