Html Css Color HEX #8AADD7 Polo Blue

📋 copy color: '#8AADD7'

red 138 ◦ green 173 ◦ blue 215

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

Shades of Polo Blue #8AADD7

Tints of Polo Blue #8AADD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.87%

R = 26.24%
G = 32.89%
B = 40.87%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8AADD7 (or 0x8AADD7) is known color: Polo Blue. HEX triplet: 8A, AD and D7. RGB value is (138,173,215). Sum of RGB (Red+Green+Blue) = 138+173+215=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #8AADD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADD7 is #755228. Grayscale: #A7A7A7. Windows color (decimal): -7688745 or 14134666. OLE color: 14134666.

HSL color Cylindrical-coordinate representation of color #8AADD7: hue angle of 212.73º degrees, saturation: 0.49, 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 #8AADD7 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 173 215 -
CMYK 0.36 0.20 0 0.16
HSL 212.73º 0.49% 0.69% -
HSV(B) 212.73º 0.36% 0.84% -
XYZ 37.69 40.2 70.06 -
YUV 167.32 154.9 107.08 -
System Red Green Blue C M Y K H S L
Decimal 138 173 215 0.36 0.20 0 0.16 212.73 0.49 0.69
Hex 8A AD D7 24 14 0 10 D5 31 45
Octal 212 255 327 44 24 0 20 325 61 105
Binary 10001010 10101101 11010111 100100 10100 0 10000 11010101 110001 1000101

Color Harmonies of #8AADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AADD7

Black with #8AADD7

Text Example


Text Example

White with #8AADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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