Html Css Color HEX #89ACD7 Polo Blue

📋 copy color: '#89ACD7'

red 137 ◦ green 172 ◦ blue 215

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

Shades of Polo Blue #89ACD7

Tints of Polo Blue #89ACD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.03%

R = 26.15%
G = 32.82%
B = 41.03%

CMYK

 C value IS 0.36

 M value IS 0.2

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#89ACD7 (or 0x89ACD7) is known color: Polo Blue. HEX triplet: 89, AC and D7. RGB value is (137,172,215). Sum of RGB (Red+Green+Blue) = 137+172+215=524 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.15% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #89ACD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ACD7 is #765328. Grayscale: #A6A6A6. Windows color (decimal): -7754537 or 14134409. OLE color: 14134409.

HSL color Cylindrical-coordinate representation of color #89ACD7: hue angle of 213.08º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89ACD7 is Cyan = 0.36, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 137 172 215 -
CMYK 0.36 0.2 0 0.16
HSL 213.08º 0.49% 0.69% -
HSV(B) 213.08º 0.36% 0.84% -
XYZ 37.33 39.73 69.99 -
YUV 166.44 155.4 107 -
System Red Green Blue C M Y K H S L
Decimal 137 172 215 0.36 0.2 0 0.16 213.08 0.49 0.69
Hex 89 AC D7 24 14 0 10 D5 31 45
Octal 211 254 327 44 24 0 20 325 61 105
Binary 10001001 10101100 11010111 100100 10100 0 10000 11010101 110001 1000101

Color Harmonies of #89ACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ACD7

Black with #89ACD7

Text Example


Text Example

White with #89ACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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