Html Css Color HEX #8FACDC Polo Blue

📋 copy color: '#8FACDC'

red 143 ◦ green 172 ◦ blue 220

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

Shades of Polo Blue #8FACDC

Tints of Polo Blue #8FACDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 26.73%
G = 32.15%
B = 41.12%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8FACDC (or 0x8FACDC) is known color: Polo Blue. HEX triplet: 8F, AC and DC. RGB value is (143,172,220). Sum of RGB (Red+Green+Blue) = 143+172+220=535 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.73% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FACDC is #705323. Grayscale: #A8A8A8. Windows color (decimal): -7361316 or 14462095. OLE color: 14462095.

HSL color Cylindrical-coordinate representation of color #8FACDC: hue angle of 217.4º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FACDC is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 172 220 -
CMYK 0.35 0.22 0 0.14
HSL 217.4º 0.52% 0.71% -
HSV(B) 217.4º 0.35% 0.86% -
XYZ 39 40.51 73.47 -
YUV 168.8 156.89 109.6 -
System Red Green Blue C M Y K H S L
Decimal 143 172 220 0.35 0.22 0 0.14 217.4 0.52 0.71
Hex 8F AC DC 23 16 0 E D9 34 47
Octal 217 254 334 43 26 0 16 331 64 107
Binary 10001111 10101100 11011100 100011 10110 0 1110 11011001 110100 1000111

Color Harmonies of #8FACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FACDC

Black with #8FACDC

Text Example


Text Example

White with #8FACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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