Html Css Color HEX #8BAACA Polo Blue

📋 copy color: '#8BAACA'

red 139 ◦ green 170 ◦ blue 202

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

Shades of Polo Blue #8BAACA

Tints of Polo Blue #8BAACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.53%

R = 27.2%
G = 33.27%
B = 39.53%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8BAACA (or 0x8BAACA) is known color: Polo Blue. HEX triplet: 8B, AA and CA. RGB value is (139,170,202). Sum of RGB (Red+Green+Blue) = 139+170+202=511 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.20% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BAACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAACA is #745535. Grayscale: #A4A4A4. Windows color (decimal): -7623990 or 13281931. OLE color: 13281931.

HSL color Cylindrical-coordinate representation of color #8BAACA: hue angle of 210.48º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BAACA is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 139 170 202 -
CMYK 0.31 0.16 0 0.21
HSL 210.48º 0.37% 0.67% -
HSV(B) 210.48º 0.31% 0.79% -
XYZ 35.68 38.5 61.43 -
YUV 164.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 139 170 202 0.31 0.16 0 0.21 210.48 0.37 0.67
Hex 8B AA CA 1F 10 0 15 D2 25 43
Octal 213 252 312 37 20 0 25 322 45 103
Binary 10001011 10101010 11001010 11111 10000 0 10101 11010010 100101 1000011

Color Harmonies of #8BAACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAACA

Black with #8BAACA

Text Example


Text Example

White with #8BAACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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