Html Css Color HEX #8AA6CB Polo Blue

📋 copy color: '#8AA6CB'

red 138 ◦ green 166 ◦ blue 203

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

Shades of Polo Blue #8AA6CB

Tints of Polo Blue #8AA6CB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.74%

 BLUE value IS 203 (79.69% from 255) = 40.04%

R = 27.22%
G = 32.74%
B = 40.04%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8AA6CB (or 0x8AA6CB) is known color: Polo Blue. HEX triplet: 8A, A6 and CB. RGB value is (138,166,203). Sum of RGB (Red+Green+Blue) = 138+166+203=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #8AA6CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA6CB is #755934. Grayscale: #A1A1A1. Windows color (decimal): -7690549 or 13346442. OLE color: 13346442.

HSL color Cylindrical-coordinate representation of color #8AA6CB: hue angle of 214.15º degrees, saturation: 0.38, 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 #8AA6CB is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 166 203 -
CMYK 0.32 0.18 0 0.20
HSL 214.15º 0.38% 0.67% -
HSV(B) 214.15º 0.32% 0.8% -
XYZ 34.9 36.99 61.8 -
YUV 161.85 151.22 110.99 -
System Red Green Blue C M Y K H S L
Decimal 138 166 203 0.32 0.18 0 0.20 214.15 0.38 0.67
Hex 8A A6 CB 20 12 0 14 D6 26 43
Octal 212 246 313 40 22 0 24 326 46 103
Binary 10001010 10100110 11001011 100000 10010 0 10100 11010110 100110 1000011

Color Harmonies of #8AA6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA6CB

Black with #8AA6CB

Text Example


Text Example

White with #8AA6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,166,203); }

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

background-color css

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

 a { background-color: rgb(138,166,203); }

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

border-color css

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

 span { border-color: rgb(138,166,203); }

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