#8FADCA

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

Shades of Polo Blue #8FADCA

Tints of Polo Blue #8FADCA

Color information

#8FADCA (or 0x8FADCA) is unknown color: approx Polo Blue. HEX triplet: 8F, AD and CA. RGB value is (143,173,202). Sum of RGB (Red+Green+Blue) = 143+173+202=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #8FADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADCA is #705235. Grayscale: #A7A7A7. Windows color (decimal): -7361078 or 13282703. OLE color: 13282703.

HSL color Cylindrical-coordinate representation of color #8FADCA: hue angle of 209.49º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FADCA is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB143173202-
CMYK0.290.1400.21
HSL209.49º35.76%67.65%-
HSV(B)209.49º29.21%79.22%-
XYZ36.9339.9961.65-
YUV167.34147.56110.64-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.61%
GREEN value IS 173 (67.97% from 255) = 33.40%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=27.61%
G=33.40%
B=39.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431732020.290.1400.21209.4935.7667.65
Hex8FADCA1DE015d12444
Octal217255312351602532144104
Binary100011111010110111001010111011110010101110100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,173,202); }

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

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

 a { background-color: rgb(143,173,202); }

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

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

 span { border-color: rgb(143,173,202); }

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