Html Css Color HEX #8FACCB Polo Blue

📋 copy color: '#8FACCB'

red 143 ◦ green 172 ◦ blue 203

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

Shades of Polo Blue #8FACCB

Tints of Polo Blue #8FACCB

RGB

 RED value IS 143 (56.25% from 255) = 27.61%

 GREEN value IS 172 (67.58% from 255) = 33.2%

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

R = 27.61%
G = 33.2%
B = 39.19%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8FACCB (or 0x8FACCB) is known color: Polo Blue. HEX triplet: 8F, AC and CB. RGB value is (143,172,203). Sum of RGB (Red+Green+Blue) = 143+172+203=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #8FACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FACCB is #705334. Grayscale: #A6A6A6. Windows color (decimal): -7361333 or 13347983. OLE color: 13347983.

HSL color Cylindrical-coordinate representation of color #8FACCB: hue angle of 211º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FACCB is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 172 203 -
CMYK 0.30 0.15 0 0.20
HSL 211º 0.37% 0.68% -
HSV(B) 211º 0.3% 0.8% -
XYZ 36.86 39.66 62.21 -
YUV 166.86 148.39 110.98 -
System Red Green Blue C M Y K H S L
Decimal 143 172 203 0.30 0.15 0 0.20 211 0.37 0.68
Hex 8F AC CB 1E F 0 14 D3 25 44
Octal 217 254 313 36 17 0 24 323 45 104
Binary 10001111 10101100 11001011 11110 1111 0 10100 11010011 100101 1000100

Color Harmonies of #8FACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FACCB

Black with #8FACCB

Text Example


Text Example

White with #8FACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,172,203); }

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

background-color css

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

 a { background-color: rgb(143,172,203); }

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

border-color css

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

 span { border-color: rgb(143,172,203); }

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