Html Css Color HEX #8AABCC Polo Blue

📋 copy color: '#8AABCC'

red 138 ◦ green 171 ◦ blue 204

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

Shades of Polo Blue #8AABCC

Tints of Polo Blue #8AABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.33%

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

R = 26.9%
G = 33.33%
B = 39.77%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8AABCC (or 0x8AABCC) is known color: Polo Blue. HEX triplet: 8A, AB and CC. RGB value is (138,171,204). Sum of RGB (Red+Green+Blue) = 138+171+204=513 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.90% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #8AABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AABCC is #755433. Grayscale: #A4A4A4. Windows color (decimal): -7689268 or 13413258. OLE color: 13413258.

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

Color convert

RGB 138 171 204 -
CMYK 0.32 0.16 0 0.2
HSL 210º 0.39% 0.67% -
HSV(B) 210º 0.32% 0.8% -
XYZ 35.94 38.89 62.74 -
YUV 164.9 150.07 108.82 -
System Red Green Blue C M Y K H S L
Decimal 138 171 204 0.32 0.16 0 0.2 210 0.39 0.67
Hex 8A AB CC 20 10 0 14 D2 27 43
Octal 212 253 314 40 20 0 24 322 47 103
Binary 10001010 10101011 11001100 100000 10000 0 10100 11010010 100111 1000011

Color Harmonies of #8AABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AABCC

Black with #8AABCC

Text Example


Text Example

White with #8AABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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