Html Css Color HEX #8AABCE Polo Blue

📋 copy color: '#8AABCE'

red 138 ◦ green 171 ◦ blue 206

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

Shades of Polo Blue #8AABCE

Tints of Polo Blue #8AABCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40%

R = 26.8%
G = 33.2%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8AABCE (or 0x8AABCE) is known color: Polo Blue. HEX triplet: 8A, AB and CE. RGB value is (138,171,206). Sum of RGB (Red+Green+Blue) = 138+171+206=515 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.80% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #8AABCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AABCE is #755431. Grayscale: #A4A4A4. Windows color (decimal): -7689266 or 13544330. OLE color: 13544330.

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

Color convert

RGB 138 171 206 -
CMYK 0.33 0.17 0 0.19
HSL 210.88º 0.41% 0.67% -
HSV(B) 210.88º 0.33% 0.81% -
XYZ 36.18 38.99 64.01 -
YUV 165.12 151.07 108.65 -
System Red Green Blue C M Y K H S L
Decimal 138 171 206 0.33 0.17 0 0.19 210.88 0.41 0.67
Hex 8A AB CE 21 11 0 13 D3 29 43
Octal 212 253 316 41 21 0 23 323 51 103
Binary 10001010 10101011 11001110 100001 10001 0 10011 11010011 101001 1000011

Color Harmonies of #8AABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AABCE

Black with #8AABCE

Text Example


Text Example

White with #8AABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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