Html Css Color HEX #8FA9DF Polo Blue

📋 copy color: '#8FA9DF'

red 143 ◦ green 169 ◦ blue 223

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

Shades of Polo Blue #8FA9DF

Tints of Polo Blue #8FA9DF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.59%

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 26.73%
G = 31.59%
B = 41.68%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8FA9DF (or 0x8FA9DF) is known color: Polo Blue. HEX triplet: 8F, A9 and DF. RGB value is (143,169,223). Sum of RGB (Red+Green+Blue) = 143+169+223=535 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.73% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FA9DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA9DF is #705620. Grayscale: #A7A7A7. Windows color (decimal): -7362081 or 14657935. OLE color: 14657935.

HSL color Cylindrical-coordinate representation of color #8FA9DF: hue angle of 220.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FA9DF is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 169 223 -
CMYK 0.36 0.24 0 0.13
HSL 220.5º 0.56% 0.72% -
HSV(B) 220.5º 0.36% 0.87% -
XYZ 38.83 39.54 75.4 -
YUV 167.38 159.39 110.61 -
System Red Green Blue C M Y K H S L
Decimal 143 169 223 0.36 0.24 0 0.13 220.5 0.56 0.72
Hex 8F A9 DF 24 18 0 D DC 38 48
Octal 217 251 337 44 30 0 15 334 70 110
Binary 10001111 10101001 11011111 100100 11000 0 1101 11011100 111000 1001000

Color Harmonies of #8FA9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA9DF

Black with #8FA9DF

Text Example


Text Example

White with #8FA9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,169,223); }

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

background-color css

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

 a { background-color: rgb(143,169,223); }

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

border-color css

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

 span { border-color: rgb(143,169,223); }

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