Html Css Color HEX #8AACD6 Polo Blue

📋 copy color: '#8AACD6'

red 138 ◦ green 172 ◦ blue 214

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

Shades of Polo Blue #8AACD6

Tints of Polo Blue #8AACD6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.82%

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

R = 26.34%
G = 32.82%
B = 40.84%

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

#8AACD6 (or 0x8AACD6) is known color: Polo Blue. HEX triplet: 8A, AC and D6. RGB value is (138,172,214). Sum of RGB (Red+Green+Blue) = 138+172+214=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 214 (83.98% from 255 or 40.84% from 524); Max value from RGB is 214 - color contains mainly: blue. Hex color #8AACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACD6 is #755329. Grayscale: #A6A6A6. Windows color (decimal): -7689002 or 14068874. OLE color: 14068874.

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

Color convert

RGB 138 172 214 -
CMYK 0.36 0.20 0 0.16
HSL 213.16º 0.48% 0.69% -
HSV(B) 213.16º 0.36% 0.84% -
XYZ 37.37 39.76 69.32 -
YUV 166.62 154.74 107.58 -
System Red Green Blue C M Y K H S L
Decimal 138 172 214 0.36 0.20 0 0.16 213.16 0.48 0.69
Hex 8A AC D6 24 14 0 10 D5 30 45
Octal 212 254 326 44 24 0 20 325 60 105
Binary 10001010 10101100 11010110 100100 10100 0 10000 11010101 110000 1000101

Color Harmonies of #8AACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AACD6

Black with #8AACD6

Text Example


Text Example

White with #8AACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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