Html Css Color HEX #89ABCC Polo Blue

📋 copy color: '#89ABCC'

red 137 ◦ green 171 ◦ blue 204

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

Shades of Polo Blue #89ABCC

Tints of Polo Blue #89ABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.4%

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 26.76%
G = 33.4%
B = 39.84%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#89ABCC (or 0x89ABCC) is known color: Polo Blue. HEX triplet: 89, AB and CC. RGB value is (137,171,204). Sum of RGB (Red+Green+Blue) = 137+171+204=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #89ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ABCC is #765433. Grayscale: #A4A4A4. Windows color (decimal): -7754804 or 13413257. OLE color: 13413257.

HSL color Cylindrical-coordinate representation of color #89ABCC: hue angle of 209.55º 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 #89ABCC is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 171 204 -
CMYK 0.33 0.16 0 0.2
HSL 209.55º 0.4% 0.67% -
HSV(B) 209.55º 0.33% 0.8% -
XYZ 35.78 38.8 62.73 -
YUV 164.6 150.24 108.32 -
System Red Green Blue C M Y K H S L
Decimal 137 171 204 0.33 0.16 0 0.2 209.55 0.4 0.67
Hex 89 AB CC 21 10 0 14 D2 28 43
Octal 211 253 314 41 20 0 24 322 50 103
Binary 10001001 10101011 11001100 100001 10000 0 10100 11010010 101000 1000011

Color Harmonies of #89ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ABCC

Black with #89ABCC

Text Example


Text Example

White with #89ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,171,204); }

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

background-color css

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

 a { background-color: rgb(137,171,204); }

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

border-color css

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

 span { border-color: rgb(137,171,204); }

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