Html Css Color HEX #8AADD0 Polo Blue

📋 copy color: '#8AADD0'

red 138 ◦ green 173 ◦ blue 208

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

Shades of Polo Blue #8AADD0

Tints of Polo Blue #8AADD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.08%

R = 26.59%
G = 33.33%
B = 40.08%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8AADD0 (or 0x8AADD0) is known color: Polo Blue. HEX triplet: 8A, AD and D0. RGB value is (138,173,208). Sum of RGB (Red+Green+Blue) = 138+173+208=519 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.59% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 208 - color contains mainly: blue. Hex color #8AADD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADD0 is #75522F. Grayscale: #A6A6A6. Windows color (decimal): -7688752 or 13675914. OLE color: 13675914.

HSL color Cylindrical-coordinate representation of color #8AADD0: hue angle of 210º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AADD0 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 173 208 -
CMYK 0.34 0.17 0 0.18
HSL 210º 0.43% 0.68% -
HSV(B) 210º 0.34% 0.82% -
XYZ 36.81 39.84 65.43 -
YUV 166.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 138 173 208 0.34 0.17 0 0.18 210 0.43 0.68
Hex 8A AD D0 22 11 0 12 D2 2B 44
Octal 212 255 320 42 21 0 22 322 53 104
Binary 10001010 10101101 11010000 100010 10001 0 10010 11010010 101011 1000100

Color Harmonies of #8AADD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AADD0

Black with #8AADD0

Text Example


Text Example

White with #8AADD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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