Html Css Color HEX #8FB1DF Polo Blue

📋 copy color: '#8FB1DF'

red 143 ◦ green 177 ◦ blue 223

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

Shades of Polo Blue #8FB1DF

Tints of Polo Blue #8FB1DF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.6%

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

R = 26.34%
G = 32.6%
B = 41.07%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8FB1DF (or 0x8FB1DF) is known color: Polo Blue. HEX triplet: 8F, B1 and DF. RGB value is (143,177,223). Sum of RGB (Red+Green+Blue) = 143+177+223=543 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.34% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FB1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB1DF is #704E20. Grayscale: #ABABAB. Windows color (decimal): -7360033 or 14659983. OLE color: 14659983.

HSL color Cylindrical-coordinate representation of color #8FB1DF: hue angle of 214.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 #8FB1DF is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 177 223 -
CMYK 0.36 0.21 0 0.13
HSL 214.5º 0.56% 0.72% -
HSV(B) 214.5º 0.36% 0.87% -
XYZ 40.37 42.61 75.91 -
YUV 172.08 156.74 107.26 -
System Red Green Blue C M Y K H S L
Decimal 143 177 223 0.36 0.21 0 0.13 214.5 0.56 0.72
Hex 8F B1 DF 24 15 0 D D6 38 48
Octal 217 261 337 44 25 0 15 326 70 110
Binary 10001111 10110001 11011111 100100 10101 0 1101 11010110 111000 1001000

Color Harmonies of #8FB1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB1DF

Black with #8FB1DF

Text Example


Text Example

White with #8FB1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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