Html Css Color HEX #8AABD6 Polo Blue

📋 copy color: '#8AABD6'

red 138 ◦ green 171 ◦ blue 214

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

Shades of Polo Blue #8AABD6

Tints of Polo Blue #8AABD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.92%

R = 26.39%
G = 32.7%
B = 40.92%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8AABD6 (or 0x8AABD6) is known color: Polo Blue. HEX triplet: 8A, AB and D6. RGB value is (138,171,214). Sum of RGB (Red+Green+Blue) = 138+171+214=523 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.39% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 214 - color contains mainly: blue. Hex color #8AABD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AABD6 is #755429. Grayscale: #A5A5A5. Windows color (decimal): -7689258 or 14068618. OLE color: 14068618.

HSL color Cylindrical-coordinate representation of color #8AABD6: hue angle of 213.95º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AABD6 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 171 214 -
CMYK 0.36 0.20 0 0.16
HSL 213.95º 0.48% 0.69% -
HSV(B) 213.95º 0.36% 0.84% -
XYZ 37.18 39.38 69.26 -
YUV 166.04 155.07 108 -
System Red Green Blue C M Y K H S L
Decimal 138 171 214 0.36 0.20 0 0.16 213.95 0.48 0.69
Hex 8A AB D6 24 14 0 10 D6 30 45
Octal 212 253 326 44 24 0 20 326 60 105
Binary 10001010 10101011 11010110 100100 10100 0 10000 11010110 110000 1000101

Color Harmonies of #8AABD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AABD6

Black with #8AABD6

Text Example


Text Example

White with #8AABD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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