Html Css Color HEX #8FACE0 Polo Blue

📋 copy color: '#8FACE0'

red 143 ◦ green 172 ◦ blue 224

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

Shades of Polo Blue #8FACE0

Tints of Polo Blue #8FACE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.56%

R = 26.53%
G = 31.91%
B = 41.56%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8FACE0 (or 0x8FACE0) is known color: Polo Blue. HEX triplet: 8F, AC and E0. RGB value is (143,172,224). Sum of RGB (Red+Green+Blue) = 143+172+224=539 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.53% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #8FACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FACE0 is #70531F. Grayscale: #A9A9A9. Windows color (decimal): -7361312 or 14724239. OLE color: 14724239.

HSL color Cylindrical-coordinate representation of color #8FACE0: hue angle of 218.52º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FACE0 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 143 172 224 -
CMYK 0.36 0.23 0 0.12
HSL 218.52º 0.57% 0.72% -
HSV(B) 218.52º 0.36% 0.88% -
XYZ 39.53 40.73 76.3 -
YUV 169.26 158.89 109.27 -
System Red Green Blue C M Y K H S L
Decimal 143 172 224 0.36 0.23 0 0.12 218.52 0.57 0.72
Hex 8F AC E0 24 17 0 C DB 39 48
Octal 217 254 340 44 27 0 14 333 71 110
Binary 10001111 10101100 11100000 100100 10111 0 1100 11011011 111001 1001000

Color Harmonies of #8FACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FACE0

Black with #8FACE0

Text Example


Text Example

White with #8FACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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