Html Css Color HEX #8AADD6 Polo Blue

📋 copy color: '#8AADD6'

red 138 ◦ green 173 ◦ blue 214

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

Shades of Polo Blue #8AADD6

Tints of Polo Blue #8AADD6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.95%

 BLUE value IS 214 (83.98% from 255) = 40.76%

R = 26.29%
G = 32.95%
B = 40.76%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8AADD6 (or 0x8AADD6) is known color: Polo Blue. HEX triplet: 8A, AD and D6. RGB value is (138,173,214). Sum of RGB (Red+Green+Blue) = 138+173+214=525 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.29% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #8AADD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADD6 is #755229. Grayscale: #A7A7A7. Windows color (decimal): -7688746 or 14069130. OLE color: 14069130.

HSL color Cylindrical-coordinate representation of color #8AADD6: hue angle of 212.37º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AADD6 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 173 214 -
CMYK 0.36 0.19 0 0.16
HSL 212.37º 0.48% 0.69% -
HSV(B) 212.37º 0.36% 0.84% -
XYZ 37.56 40.15 69.39 -
YUV 167.21 154.4 107.17 -
System Red Green Blue C M Y K H S L
Decimal 138 173 214 0.36 0.19 0 0.16 212.37 0.48 0.69
Hex 8A AD D6 24 13 0 10 D4 30 45
Octal 212 255 326 44 23 0 20 324 60 105
Binary 10001010 10101101 11010110 100100 10011 0 10000 11010100 110000 1000101

Color Harmonies of #8AADD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AADD6

Black with #8AADD6

Text Example


Text Example

White with #8AADD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,173,214); }

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

background-color css

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

 a { background-color: rgb(138,173,214); }

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

border-color css

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

 span { border-color: rgb(138,173,214); }

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