Html Css Color HEX #89ACCD Polo Blue

📋 copy color: '#89ACCD'

red 137 ◦ green 172 ◦ blue 205

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

Shades of Polo Blue #89ACCD

Tints of Polo Blue #89ACCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.88%

R = 26.65%
G = 33.46%
B = 39.88%

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

#89ACCD (or 0x89ACCD) is known color: Polo Blue. HEX triplet: 89, AC and CD. RGB value is (137,172,205). Sum of RGB (Red+Green+Blue) = 137+172+205=514 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.65% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #89ACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ACCD is #765332. Grayscale: #A5A5A5. Windows color (decimal): -7754547 or 13479049. OLE color: 13479049.

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

Color convert

RGB 137 172 205 -
CMYK 0.33 0.16 0 0.20
HSL 209.12º 0.4% 0.67% -
HSV(B) 209.12º 0.33% 0.8% -
XYZ 36.09 39.23 63.43 -
YUV 165.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 137 172 205 0.33 0.16 0 0.20 209.12 0.4 0.67
Hex 89 AC CD 21 10 0 14 D1 28 43
Octal 211 254 315 41 20 0 24 321 50 103
Binary 10001001 10101100 11001101 100001 10000 0 10100 11010001 101000 1000011

Color Harmonies of #89ACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ACCD

Black with #89ACCD

Text Example


Text Example

White with #89ACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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