#8FADDB

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

Shades of Polo Blue #8FADDB

Tints of Polo Blue #8FADDB

Color information

#8FADDB (or 0x8FADDB) is unknown color: approx Polo Blue. HEX triplet: 8F, AD and DB. RGB value is (143,173,219). Sum of RGB (Red+Green+Blue) = 143+173+219=535 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.73% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #8FADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADDB is #705224. Grayscale: #A9A9A9. Windows color (decimal): -7361061 or 14396815. OLE color: 14396815.

HSL color Cylindrical-coordinate representation of color #8FADDB: hue angle of 216.32º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FADDB is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB143173219-
CMYK0.350.2100.14
HSL216.32º51.35%70.98%-
HSV(B)216.32º34.7%85.88%-
XYZ39.0640.8472.84-
YUV169.27156.06109.26-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.73%
GREEN value IS 173 (67.97% from 255) = 32.34%
BLUE value IS 219 (85.94% from 255) = 40.93%
R=26.73%
G=32.34%
B=40.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1431732190.350.2100.14216.3251.3570.98
Hex8FADDB23150Ed83347
Octal217255333432501633063107
Binary1000111110101101110110111000111010101110110110001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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