Html Css Color HEX #89A8C9 Polo Blue

📋 copy color: '#89A8C9'

red 137 ◦ green 168 ◦ blue 201

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

Shades of Polo Blue #89A8C9

Tints of Polo Blue #89A8C9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.2%

 BLUE value IS 201 (78.91% from 255) = 39.72%

R = 27.08%
G = 33.2%
B = 39.72%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#89A8C9 (or 0x89A8C9) is known color: Polo Blue. HEX triplet: 89, A8 and C9. RGB value is (137,168,201). Sum of RGB (Red+Green+Blue) = 137+168+201=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 201 - color contains mainly: blue. Hex color #89A8C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A8C9 is #765736. Grayscale: #A2A2A2. Windows color (decimal): -7755575 or 13215881. OLE color: 13215881.

HSL color Cylindrical-coordinate representation of color #89A8C9: hue angle of 210.94º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89A8C9 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 137 168 201 -
CMYK 0.32 0.16 0 0.21
HSL 210.94º 0.37% 0.66% -
HSV(B) 210.94º 0.32% 0.79% -
XYZ 34.86 37.54 60.67 -
YUV 162.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 137 168 201 0.32 0.16 0 0.21 210.94 0.37 0.66
Hex 89 A8 C9 20 10 0 15 D3 25 42
Octal 211 250 311 40 20 0 25 323 45 102
Binary 10001001 10101000 11001001 100000 10000 0 10101 11010011 100101 1000010

Color Harmonies of #89A8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A8C9

Black with #89A8C9

Text Example


Text Example

White with #89A8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,168,201); }

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

background-color css

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

 a { background-color: rgb(137,168,201); }

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

border-color css

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

 span { border-color: rgb(137,168,201); }

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