Html Css Color HEX #8AA6DD Polo Blue

📋 copy color: '#8AA6DD'

red 138 ◦ green 166 ◦ blue 221

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

Shades of Polo Blue #8AA6DD

Tints of Polo Blue #8AA6DD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.62%

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 26.29%
G = 31.62%
B = 42.1%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8AA6DD (or 0x8AA6DD) is known color: Polo Blue. HEX triplet: 8A, A6 and DD. RGB value is (138,166,221). Sum of RGB (Red+Green+Blue) = 138+166+221=525 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.29% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AA6DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA6DD is #755922. Grayscale: #A3A3A3. Windows color (decimal): -7690531 or 14526090. OLE color: 14526090.

HSL color Cylindrical-coordinate representation of color #8AA6DD: hue angle of 219.76º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AA6DD is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 166 221 -
CMYK 0.38 0.25 0 0.13
HSL 219.76º 0.55% 0.7% -
HSV(B) 219.76º 0.38% 0.87% -
XYZ 37.17 37.9 73.76 -
YUV 163.9 160.22 109.53 -
System Red Green Blue C M Y K H S L
Decimal 138 166 221 0.38 0.25 0 0.13 219.76 0.55 0.7
Hex 8A A6 DD 26 19 0 D DC 37 46
Octal 212 246 335 46 31 0 15 334 67 106
Binary 10001010 10100110 11011101 100110 11001 0 1101 11011100 110111 1000110

Color Harmonies of #8AA6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA6DD

Black with #8AA6DD

Text Example


Text Example

White with #8AA6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,166,221); }

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

background-color css

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

 a { background-color: rgb(138,166,221); }

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

border-color css

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

 span { border-color: rgb(138,166,221); }

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