Html Css Color HEX #8BAACB Polo Blue

📋 copy color: '#8BAACB'

red 139 ◦ green 170 ◦ blue 203

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

Shades of Polo Blue #8BAACB

Tints of Polo Blue #8BAACB

RGB

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

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

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

R = 27.15%
G = 33.2%
B = 39.65%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8BAACB (or 0x8BAACB) is known color: Polo Blue. HEX triplet: 8B, AA and CB. RGB value is (139,170,203). Sum of RGB (Red+Green+Blue) = 139+170+203=512 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.15% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #8BAACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAACB is #745534. Grayscale: #A4A4A4. Windows color (decimal): -7623989 or 13347467. OLE color: 13347467.

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

Color convert

RGB 139 170 203 -
CMYK 0.32 0.16 0 0.20
HSL 210.94º 0.38% 0.67% -
HSV(B) 210.94º 0.32% 0.8% -
XYZ 35.8 38.55 62.05 -
YUV 164.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 139 170 203 0.32 0.16 0 0.20 210.94 0.38 0.67
Hex 8B AA CB 20 10 0 14 D3 26 43
Octal 213 252 313 40 20 0 24 323 46 103
Binary 10001011 10101010 11001011 100000 10000 0 10100 11010011 100110 1000011

Color Harmonies of #8BAACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAACB

Black with #8BAACB

Text Example


Text Example

White with #8BAACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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