Html Css Color HEX #89ABCB Polo Blue

📋 copy color: '#89ABCB'

red 137 ◦ green 171 ◦ blue 203

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

Shades of Polo Blue #89ABCB

Tints of Polo Blue #89ABCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.73%

R = 26.81%
G = 33.46%
B = 39.73%

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

#89ABCB (or 0x89ABCB) is known color: Polo Blue. HEX triplet: 89, AB and CB. RGB value is (137,171,203). Sum of RGB (Red+Green+Blue) = 137+171+203=511 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.81% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #89ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ABCB is #765434. Grayscale: #A4A4A4. Windows color (decimal): -7754805 or 13347721. OLE color: 13347721.

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

Color convert

RGB 137 171 203 -
CMYK 0.33 0.16 0 0.20
HSL 209.09º 0.39% 0.67% -
HSV(B) 209.09º 0.33% 0.8% -
XYZ 35.66 38.76 62.1 -
YUV 164.48 149.74 108.4 -
System Red Green Blue C M Y K H S L
Decimal 137 171 203 0.33 0.16 0 0.20 209.09 0.39 0.67
Hex 89 AB CB 21 10 0 14 D1 27 43
Octal 211 253 313 41 20 0 24 321 47 103
Binary 10001001 10101011 11001011 100001 10000 0 10100 11010001 100111 1000011

Color Harmonies of #89ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ABCB

Black with #89ABCB

Text Example


Text Example

White with #89ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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