Html Css Color HEX #8AA8DB Polo Blue

📋 copy color: '#8AA8DB'

red 138 ◦ green 168 ◦ blue 219

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

Shades of Polo Blue #8AA8DB

Tints of Polo Blue #8AA8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32%

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

R = 26.29%
G = 32%
B = 41.71%

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

#8AA8DB (or 0x8AA8DB) is known color: Polo Blue. HEX triplet: 8A, A8 and DB. RGB value is (138,168,219). Sum of RGB (Red+Green+Blue) = 138+168+219=525 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.29% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #8AA8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA8DB is #755724. Grayscale: #A4A4A4. Windows color (decimal): -7690021 or 14395530. OLE color: 14395530.

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

Color convert

RGB 138 168 219 -
CMYK 0.37 0.23 0 0.14
HSL 217.78º 0.53% 0.7% -
HSV(B) 217.78º 0.37% 0.86% -
XYZ 37.27 38.52 72.49 -
YUV 164.84 158.56 108.85 -
System Red Green Blue C M Y K H S L
Decimal 138 168 219 0.37 0.23 0 0.14 217.78 0.53 0.7
Hex 8A A8 DB 25 17 0 E DA 35 46
Octal 212 250 333 45 27 0 16 332 65 106
Binary 10001010 10101000 11011011 100101 10111 0 1110 11011010 110101 1000110

Color Harmonies of #8AA8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA8DB

Black with #8AA8DB

Text Example


Text Example

White with #8AA8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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