Html Css Color HEX #89ADD4 Polo Blue

📋 copy color: '#89ADD4'

red 137 ◦ green 173 ◦ blue 212

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

Shades of Polo Blue #89ADD4

Tints of Polo Blue #89ADD4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.14%

 BLUE value IS 212 (83.2% from 255) = 40.61%

R = 26.25%
G = 33.14%
B = 40.61%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#89ADD4 (or 0x89ADD4) is known color: Polo Blue. HEX triplet: 89, AD and D4. RGB value is (137,173,212). Sum of RGB (Red+Green+Blue) = 137+173+212=522 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.25% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 212 - color contains mainly: blue. Hex color #89ADD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADD4 is #76522B. Grayscale: #A6A6A6. Windows color (decimal): -7754284 or 13938057. OLE color: 13938057.

HSL color Cylindrical-coordinate representation of color #89ADD4: hue angle of 211.2º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89ADD4 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 137 173 212 -
CMYK 0.35 0.18 0 0.17
HSL 211.2º 0.47% 0.68% -
HSV(B) 211.2º 0.35% 0.83% -
XYZ 37.14 39.96 68.04 -
YUV 166.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 137 173 212 0.35 0.18 0 0.17 211.2 0.47 0.68
Hex 89 AD D4 23 12 0 11 D3 2F 44
Octal 211 255 324 43 22 0 21 323 57 104
Binary 10001001 10101101 11010100 100011 10010 0 10001 11010011 101111 1000100

Color Harmonies of #89ADD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ADD4

Black with #89ADD4

Text Example


Text Example

White with #89ADD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,173,212); }

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

background-color css

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

 a { background-color: rgb(137,173,212); }

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

border-color css

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

 span { border-color: rgb(137,173,212); }

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