Html Css Color HEX #8FA8DC Polo Blue

📋 copy color: '#8FA8DC'

red 143 ◦ green 168 ◦ blue 220

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

Shades of Polo Blue #8FA8DC

Tints of Polo Blue #8FA8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.64%

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

R = 26.93%
G = 31.64%
B = 41.43%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8FA8DC (or 0x8FA8DC) is known color: Polo Blue. HEX triplet: 8F, A8 and DC. RGB value is (143,168,220). Sum of RGB (Red+Green+Blue) = 143+168+220=531 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.93% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FA8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA8DC is #705723. Grayscale: #A6A6A6. Windows color (decimal): -7362340 or 14461071. OLE color: 14461071.

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

Color convert

RGB 143 168 220 -
CMYK 0.35 0.24 0 0.14
HSL 220.52º 0.52% 0.71% -
HSV(B) 220.52º 0.35% 0.86% -
XYZ 38.25 39.01 73.22 -
YUV 166.45 158.22 111.27 -
System Red Green Blue C M Y K H S L
Decimal 143 168 220 0.35 0.24 0 0.14 220.52 0.52 0.71
Hex 8F A8 DC 23 18 0 E DD 34 47
Octal 217 250 334 43 30 0 16 335 64 107
Binary 10001111 10101000 11011100 100011 11000 0 1110 11011101 110100 1000111

Color Harmonies of #8FA8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA8DC

Black with #8FA8DC

Text Example


Text Example

White with #8FA8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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