Html Css Color HEX #8AA9DB Polo Blue

📋 copy color: '#8AA9DB'

red 138 ◦ green 169 ◦ blue 219

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

Shades of Polo Blue #8AA9DB

Tints of Polo Blue #8AA9DB

RGB

 RED value IS 138 (54.3% from 255) = 26.24%

 GREEN value IS 169 (66.41% from 255) = 32.13%

 BLUE value IS 219 (85.94% from 255) = 41.63%

R = 26.24%
G = 32.13%
B = 41.63%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8AA9DB (or 0x8AA9DB) is known color: Polo Blue. HEX triplet: 8A, A9 and DB. RGB value is (138,169,219). Sum of RGB (Red+Green+Blue) = 138+169+219=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #8AA9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA9DB is #755624. Grayscale: #A5A5A5. Windows color (decimal): -7689765 or 14395786. OLE color: 14395786.

HSL color Cylindrical-coordinate representation of color #8AA9DB: hue angle of 217.04º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AA9DB is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 169 219 -
CMYK 0.37 0.23 0 0.14
HSL 217.04º 0.53% 0.7% -
HSV(B) 217.04º 0.37% 0.86% -
XYZ 37.46 38.89 72.55 -
YUV 165.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 138 169 219 0.37 0.23 0 0.14 217.04 0.53 0.7
Hex 8A A9 DB 25 17 0 E D9 35 46
Octal 212 251 333 45 27 0 16 331 65 106
Binary 10001010 10101001 11011011 100101 10111 0 1110 11011001 110101 1000110

Color Harmonies of #8AA9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA9DB

Black with #8AA9DB

Text Example


Text Example

White with #8AA9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AA9DB; }

 p { color: rgb(138,169,219); }

 H1.HeaderClassName
 {
   color: #8AA9DB;
 }
 .AnyTagClassName
 {
   color: #8AA9DB;
 }
</style>

background-color css

<style>
 a { background-color: #8AA9DB; }

 a { background-color: rgb(138,169,219); }

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

border-color css

<style>
 span { border-color: #8AA9DB; }

 span { border-color: rgb(138,169,219); }

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