Html Css Color HEX #8BAACD Polo Blue

📋 copy color: '#8BAACD'

red 139 ◦ green 170 ◦ blue 205

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

Shades of Polo Blue #8BAACD

Tints of Polo Blue #8BAACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.88%

R = 27.04%
G = 33.07%
B = 39.88%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8BAACD (or 0x8BAACD) is known color: Polo Blue. HEX triplet: 8B, AA and CD. RGB value is (139,170,205). Sum of RGB (Red+Green+Blue) = 139+170+205=514 (68% of max value = 765). Red value is 139 (54.69% from 255 or 27.04% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BAACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAACD is #745532. Grayscale: #A4A4A4. Windows color (decimal): -7623987 or 13478539. OLE color: 13478539.

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

Color convert

RGB 139 170 205 -
CMYK 0.32 0.17 0 0.20
HSL 211.82º 0.4% 0.67% -
HSV(B) 211.82º 0.32% 0.8% -
XYZ 36.04 38.65 63.32 -
YUV 164.72 150.73 109.65 -
System Red Green Blue C M Y K H S L
Decimal 139 170 205 0.32 0.17 0 0.20 211.82 0.4 0.67
Hex 8B AA CD 20 11 0 14 D4 28 43
Octal 213 252 315 40 21 0 24 324 50 103
Binary 10001011 10101010 11001101 100000 10001 0 10100 11010100 101000 1000011

Color Harmonies of #8BAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAACD

Black with #8BAACD

Text Example


Text Example

White with #8BAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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