#8FAFD3

Color #8FAFD3 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #8FAFD3

Tints of Polo Blue #8FAFD3

Color information

#8FAFD3 (or 0x8FAFD3) is unknown color: approx Polo Blue. HEX triplet: 8F, AF and D3. RGB value is (143,175,211). Sum of RGB (Red+Green+Blue) = 143+175+211=529 (70% of max value = 765). Red value is 143 (56.25% from 255 or 27.03% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 211 - color contains mainly: blue. Hex color #8FAFD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAFD3 is #70502C. Grayscale: #A9A9A9. Windows color (decimal): -7360557 or 13873039. OLE color: 13873039.

HSL color Cylindrical-coordinate representation of color #8FAFD3: hue angle of 211.76º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FAFD3 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB143175211-
CMYK0.320.1700.17
HSL211.76º43.59%69.41%-
HSV(B)211.76º32.23%82.75%-
XYZ38.4241.267.56-
YUV169.54151.4109.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.03%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 211 (82.81% from 255) = 39.89%
R=27.03%
G=33.08%
B=39.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1431752110.320.1700.17211.7643.5969.41
Hex8FAFD32011011d42c45
Octal217257323402102132454105
Binary10001111101011111101001110000010001010001110101001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,175,211); }

 H1.HeaderClassName
 {
   color: #8FAFD3;
 }
 .AnyTagClassName
 {
   color: #8FAFD3;
 }
</style>
background-color css

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

 a { background-color: rgb(143,175,211); }

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

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

 span { border-color: rgb(143,175,211); }

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