Html Css Color HEX #8BAADC Polo Blue

📋 copy color: '#8BAADC'

red 139 ◦ green 170 ◦ blue 220

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

Shades of Polo Blue #8BAADC

Tints of Polo Blue #8BAADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.59%

R = 26.28%
G = 32.14%
B = 41.59%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8BAADC (or 0x8BAADC) is known color: Polo Blue. HEX triplet: 8B, AA and DC. RGB value is (139,170,220). Sum of RGB (Red+Green+Blue) = 139+170+220=529 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.28% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BAADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAADC is #745523. Grayscale: #A6A6A6. Windows color (decimal): -7623972 or 14461579. OLE color: 14461579.

HSL color Cylindrical-coordinate representation of color #8BAADC: hue angle of 217.04º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BAADC is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 139 170 220 -
CMYK 0.37 0.23 0 0.14
HSL 217.04º 0.54% 0.7% -
HSV(B) 217.04º 0.37% 0.86% -
XYZ 37.94 39.41 73.32 -
YUV 166.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 139 170 220 0.37 0.23 0 0.14 217.04 0.54 0.7
Hex 8B AA DC 25 17 0 E D9 36 46
Octal 213 252 334 45 27 0 16 331 66 106
Binary 10001011 10101010 11011100 100101 10111 0 1110 11011001 110110 1000110

Color Harmonies of #8BAADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAADC

Black with #8BAADC

Text Example


Text Example

White with #8BAADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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