Html Css Color HEX #8BAACE Polo Blue

📋 copy color: '#8BAACE'

red 139 ◦ green 170 ◦ blue 206

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

Shades of Polo Blue #8BAACE

Tints of Polo Blue #8BAACE

RGB

 RED value IS 139 (54.69% from 255) = 26.99%

 GREEN value IS 170 (66.8% from 255) = 33.01%

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

R = 26.99%
G = 33.01%
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

#8BAACE (or 0x8BAACE) is known color: Polo Blue. HEX triplet: 8B, AA and CE. RGB value is (139,170,206). Sum of RGB (Red+Green+Blue) = 139+170+206=515 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.99% from 515); Green value is 170 (66.80% from 255 or 33.01% 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 #8BAACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAACE is #745531. Grayscale: #A4A4A4. Windows color (decimal): -7623986 or 13544075. OLE color: 13544075.

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

Color convert

RGB 139 170 206 -
CMYK 0.33 0.17 0 0.19
HSL 212.24º 0.41% 0.68% -
HSV(B) 212.24º 0.33% 0.81% -
XYZ 36.16 38.69 63.96 -
YUV 164.84 151.23 109.57 -
System Red Green Blue C M Y K H S L
Decimal 139 170 206 0.33 0.17 0 0.19 212.24 0.41 0.68
Hex 8B AA CE 21 11 0 13 D4 29 44
Octal 213 252 316 41 21 0 23 324 51 104
Binary 10001011 10101010 11001110 100001 10001 0 10011 11010100 101001 1000100

Color Harmonies of #8BAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAACE

Black with #8BAACE

Text Example


Text Example

White with #8BAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,170,206); }

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

background-color css

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

 a { background-color: rgb(139,170,206); }

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

border-color css

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

 span { border-color: rgb(139,170,206); }

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