Html Css Color HEX #89ACCB Polo Blue

📋 copy color: '#89ACCB'

red 137 ◦ green 172 ◦ blue 203

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

Shades of Polo Blue #89ACCB

Tints of Polo Blue #89ACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.59%

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

R = 26.76%
G = 33.59%
B = 39.65%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#89ACCB (or 0x89ACCB) is known color: Polo Blue. HEX triplet: 89, AC and CB. RGB value is (137,172,203). Sum of RGB (Red+Green+Blue) = 137+172+203=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #89ACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ACCB is #765334. Grayscale: #A4A4A4. Windows color (decimal): -7754549 or 13347977. OLE color: 13347977.

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

Color convert

RGB 137 172 203 -
CMYK 0.33 0.15 0 0.20
HSL 208.18º 0.39% 0.67% -
HSV(B) 208.18º 0.33% 0.8% -
XYZ 35.85 39.14 62.16 -
YUV 165.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 137 172 203 0.33 0.15 0 0.20 208.18 0.39 0.67
Hex 89 AC CB 21 F 0 14 D0 27 43
Octal 211 254 313 41 17 0 24 320 47 103
Binary 10001001 10101100 11001011 100001 1111 0 10100 11010000 100111 1000011

Color Harmonies of #89ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ACCB

Black with #89ACCB

Text Example


Text Example

White with #89ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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