Html Css Color HEX #8FA8DE Polo Blue

📋 copy color: '#8FA8DE'

red 143 ◦ green 168 ◦ blue 222

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

Shades of Polo Blue #8FA8DE

Tints of Polo Blue #8FA8DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.65%

R = 26.83%
G = 31.52%
B = 41.65%

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

#8FA8DE (or 0x8FA8DE) is known color: Polo Blue. HEX triplet: 8F, A8 and DE. RGB value is (143,168,222). Sum of RGB (Red+Green+Blue) = 143+168+222=533 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.83% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #8FA8DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA8DE is #705721. Grayscale: #A6A6A6. Windows color (decimal): -7362338 or 14592143. OLE color: 14592143.

HSL color Cylindrical-coordinate representation of color #8FA8DE: hue angle of 221.01º degrees, saturation: 0.54, 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 #8FA8DE is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 168 222 -
CMYK 0.36 0.24 0 0.13
HSL 221.01º 0.54% 0.72% -
HSV(B) 221.01º 0.36% 0.87% -
XYZ 38.52 39.12 74.63 -
YUV 166.68 159.22 111.11 -
System Red Green Blue C M Y K H S L
Decimal 143 168 222 0.36 0.24 0 0.13 221.01 0.54 0.72
Hex 8F A8 DE 24 18 0 D DD 36 48
Octal 217 250 336 44 30 0 15 335 66 110
Binary 10001111 10101000 11011110 100100 11000 0 1101 11011101 110110 1001000

Color Harmonies of #8FA8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA8DE

Black with #8FA8DE

Text Example


Text Example

White with #8FA8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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