Html Css Color HEX #8AAECC Polo Blue

📋 copy color: '#8AAECC'

red 138 ◦ green 174 ◦ blue 204

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

Shades of Polo Blue #8AAECC

Tints of Polo Blue #8AAECC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.72%

 BLUE value IS 204 (80.08% from 255) = 39.53%

R = 26.74%
G = 33.72%
B = 39.53%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8AAECC (or 0x8AAECC) is known color: Polo Blue. HEX triplet: 8A, AE and CC. RGB value is (138,174,204). Sum of RGB (Red+Green+Blue) = 138+174+204=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #8AAECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAECC is #755133. Grayscale: #A6A6A6. Windows color (decimal): -7688500 or 13414026. OLE color: 13414026.

HSL color Cylindrical-coordinate representation of color #8AAECC: hue angle of 207.27º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AAECC is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 174 204 -
CMYK 0.32 0.15 0 0.2
HSL 207.27º 0.39% 0.67% -
HSV(B) 207.27º 0.32% 0.8% -
XYZ 36.52 40.04 62.93 -
YUV 166.66 149.07 107.56 -
System Red Green Blue C M Y K H S L
Decimal 138 174 204 0.32 0.15 0 0.2 207.27 0.39 0.67
Hex 8A AE CC 20 F 0 14 CF 27 43
Octal 212 256 314 40 17 0 24 317 47 103
Binary 10001010 10101110 11001100 100000 1111 0 10100 11001111 100111 1000011

Color Harmonies of #8AAECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAECC

Black with #8AAECC

Text Example


Text Example

White with #8AAECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,174,204); }

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

background-color css

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

 a { background-color: rgb(138,174,204); }

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

border-color css

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

 span { border-color: rgb(138,174,204); }

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