Html Css Color HEX #8AABCD Polo Blue

📋 copy color: '#8AABCD'

red 138 ◦ green 171 ◦ blue 205

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

Shades of Polo Blue #8AABCD

Tints of Polo Blue #8AABCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.88%

R = 26.85%
G = 33.27%
B = 39.88%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8AABCD (or 0x8AABCD) is known color: Polo Blue. HEX triplet: 8A, AB and CD. RGB value is (138,171,205). Sum of RGB (Red+Green+Blue) = 138+171+205=514 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.85% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #8AABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AABCD is #755432. Grayscale: #A4A4A4. Windows color (decimal): -7689267 or 13478794. OLE color: 13478794.

HSL color Cylindrical-coordinate representation of color #8AABCD: hue angle of 210.45º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AABCD is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 171 205 -
CMYK 0.33 0.17 0 0.20
HSL 210.45º 0.4% 0.67% -
HSV(B) 210.45º 0.33% 0.8% -
XYZ 36.06 38.94 63.37 -
YUV 165.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 138 171 205 0.33 0.17 0 0.20 210.45 0.4 0.67
Hex 8A AB CD 21 11 0 14 D2 28 43
Octal 212 253 315 41 21 0 24 322 50 103
Binary 10001010 10101011 11001101 100001 10001 0 10100 11010010 101000 1000011

Color Harmonies of #8AABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AABCD

Black with #8AABCD

Text Example


Text Example

White with #8AABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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