Html Css Color HEX #8AAACA Polo Blue

📋 copy color: '#8AAACA'

red 138 ◦ green 170 ◦ blue 202

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

Shades of Polo Blue #8AAACA

Tints of Polo Blue #8AAACA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.33%

 BLUE value IS 202 (79.3% from 255) = 39.61%

R = 27.06%
G = 33.33%
B = 39.61%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8AAACA (or 0x8AAACA) is known color: Polo Blue. HEX triplet: 8A, AA and CA. RGB value is (138,170,202). Sum of RGB (Red+Green+Blue) = 138+170+202=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #8AAACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAACA is #755535. Grayscale: #A3A3A3. Windows color (decimal): -7689526 or 13281930. OLE color: 13281930.

HSL color Cylindrical-coordinate representation of color #8AAACA: hue angle of 210º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AAACA is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 170 202 -
CMYK 0.32 0.16 0 0.21
HSL 210º 0.38% 0.67% -
HSV(B) 210º 0.32% 0.79% -
XYZ 35.52 38.42 61.42 -
YUV 164.08 149.4 109.4 -
System Red Green Blue C M Y K H S L
Decimal 138 170 202 0.32 0.16 0 0.21 210 0.38 0.67
Hex 8A AA CA 20 10 0 15 D2 26 43
Octal 212 252 312 40 20 0 25 322 46 103
Binary 10001010 10101010 11001010 100000 10000 0 10101 11010010 100110 1000011

Color Harmonies of #8AAACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAACA

Black with #8AAACA

Text Example


Text Example

White with #8AAACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,170,202); }

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

background-color css

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

 a { background-color: rgb(138,170,202); }

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

border-color css

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

 span { border-color: rgb(138,170,202); }

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