Html Css Color HEX #8FAECB Polo Blue

📋 copy color: '#8FAECB'

red 143 ◦ green 174 ◦ blue 203

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

Shades of Polo Blue #8FAECB

Tints of Polo Blue #8FAECB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.46%

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

R = 27.5%
G = 33.46%
B = 39.04%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8FAECB (or 0x8FAECB) is known color: Polo Blue. HEX triplet: 8F, AE and CB. RGB value is (143,174,203). Sum of RGB (Red+Green+Blue) = 143+174+203=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #8FAECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAECB is #705134. Grayscale: #A7A7A7. Windows color (decimal): -7360821 or 13348495. OLE color: 13348495.

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

Color convert

RGB 143 174 203 -
CMYK 0.30 0.14 0 0.20
HSL 209º 0.37% 0.68% -
HSV(B) 209º 0.3% 0.8% -
XYZ 37.24 40.42 62.34 -
YUV 168.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 143 174 203 0.30 0.14 0 0.20 209 0.37 0.68
Hex 8F AE CB 1E E 0 14 D1 25 44
Octal 217 256 313 36 16 0 24 321 45 104
Binary 10001111 10101110 11001011 11110 1110 0 10100 11010001 100101 1000100

Color Harmonies of #8FAECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAECB

Black with #8FAECB

Text Example


Text Example

White with #8FAECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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