Html Css Color HEX #89AFD1 Polo Blue

📋 copy color: '#89AFD1'

red 137 ◦ green 175 ◦ blue 209

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

Shades of Polo Blue #89AFD1

Tints of Polo Blue #89AFD1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.59%

 BLUE value IS 209 (82.03% from 255) = 40.12%

R = 26.3%
G = 33.59%
B = 40.12%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#89AFD1 (or 0x89AFD1) is known color: Polo Blue. HEX triplet: 89, AF and D1. RGB value is (137,175,209). Sum of RGB (Red+Green+Blue) = 137+175+209=521 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.30% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #89AFD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AFD1 is #76502E. Grayscale: #A7A7A7. Windows color (decimal): -7753775 or 13741961. OLE color: 13741961.

HSL color Cylindrical-coordinate representation of color #89AFD1: hue angle of 208.33º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89AFD1 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 137 175 209 -
CMYK 0.34 0.16 0 0.18
HSL 208.33º 0.44% 0.68% -
HSV(B) 208.33º 0.34% 0.82% -
XYZ 37.16 40.58 66.2 -
YUV 167.51 151.41 106.24 -
System Red Green Blue C M Y K H S L
Decimal 137 175 209 0.34 0.16 0 0.18 208.33 0.44 0.68
Hex 89 AF D1 22 10 0 12 D0 2C 44
Octal 211 257 321 42 20 0 22 320 54 104
Binary 10001001 10101111 11010001 100010 10000 0 10010 11010000 101100 1000100

Color Harmonies of #89AFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AFD1

Black with #89AFD1

Text Example


Text Example

White with #89AFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,175,209); }

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

background-color css

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

 a { background-color: rgb(137,175,209); }

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

border-color css

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

 span { border-color: rgb(137,175,209); }

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