Html Css Color HEX #8AA5DB Polo Blue

📋 copy color: '#8AA5DB'

red 138 ◦ green 165 ◦ blue 219

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

Shades of Polo Blue #8AA5DB

Tints of Polo Blue #8AA5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.61%

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

R = 26.44%
G = 31.61%
B = 41.95%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8AA5DB (or 0x8AA5DB) is known color: Polo Blue. HEX triplet: 8A, A5 and DB. RGB value is (138,165,219). Sum of RGB (Red+Green+Blue) = 138+165+219=522 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.44% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #8AA5DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA5DB is #755A24. Grayscale: #A2A2A2. Windows color (decimal): -7690789 or 14394762. OLE color: 14394762.

HSL color Cylindrical-coordinate representation of color #8AA5DB: hue angle of 220º 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 #8AA5DB is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 165 219 -
CMYK 0.37 0.25 0 0.14
HSL 220º 0.53% 0.7% -
HSV(B) 220º 0.37% 0.86% -
XYZ 36.72 37.43 72.31 -
YUV 163.08 159.55 110.11 -
System Red Green Blue C M Y K H S L
Decimal 138 165 219 0.37 0.25 0 0.14 220 0.53 0.7
Hex 8A A5 DB 25 19 0 E DC 35 46
Octal 212 245 333 45 31 0 16 334 65 106
Binary 10001010 10100101 11011011 100101 11001 0 1110 11011100 110101 1000110

Color Harmonies of #8AA5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA5DB

Black with #8AA5DB

Text Example


Text Example

White with #8AA5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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