Html Css Color HEX #8AACC8 Polo Blue

📋 copy color: '#8AACC8'

red 138 ◦ green 172 ◦ blue 200

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

Shades of Polo Blue #8AACC8

Tints of Polo Blue #8AACC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.22%

R = 27.06%
G = 33.73%
B = 39.22%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8AACC8 (or 0x8AACC8) is known color: Polo Blue. HEX triplet: 8A, AC and C8. RGB value is (138,172,200). Sum of RGB (Red+Green+Blue) = 138+172+200=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 200 - color contains mainly: blue. Hex color #8AACC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACC8 is #755337. Grayscale: #A4A4A4. Windows color (decimal): -7689016 or 13151370. OLE color: 13151370.

HSL color Cylindrical-coordinate representation of color #8AACC8: hue angle of 207.1º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AACC8 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 138 172 200 -
CMYK 0.31 0.14 0 0.22
HSL 207.1º 0.36% 0.66% -
HSV(B) 207.1º 0.31% 0.78% -
XYZ 35.66 39.08 60.31 -
YUV 165.03 147.74 108.72 -
System Red Green Blue C M Y K H S L
Decimal 138 172 200 0.31 0.14 0 0.22 207.1 0.36 0.66
Hex 8A AC C8 1F E 0 16 CF 24 42
Octal 212 254 310 37 16 0 26 317 44 102
Binary 10001010 10101100 11001000 11111 1110 0 10110 11001111 100100 1000010

Color Harmonies of #8AACC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AACC8

Black with #8AACC8

Text Example


Text Example

White with #8AACC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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