#8FAEDB

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

Shades of Polo Blue #8FAEDB

Tints of Polo Blue #8FAEDB

Color information

#8FAEDB (or 0x8FAEDB) is unknown color: approx Polo Blue. HEX triplet: 8F, AE and DB. RGB value is (143,174,219). Sum of RGB (Red+Green+Blue) = 143+174+219=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #8FAEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAEDB is #705124. Grayscale: #A9A9A9. Windows color (decimal): -7360805 or 14397071. OLE color: 14397071.

HSL color Cylindrical-coordinate representation of color #8FAEDB: hue angle of 215.53º 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 #8FAEDB is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB143174219-
CMYK0.350.2100.14
HSL215.53º51.35%70.98%-
HSV(B)215.53º34.7%85.88%-
XYZ39.2541.2372.91-
YUV169.86155.73108.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.68%
GREEN value IS 174 (68.36% from 255) = 32.46%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=26.68%
G=32.46%
B=40.86%

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
Decimal1431742190.350.2100.14215.5351.3570.98
Hex8FAEDB23150Ed83347
Octal217256333432501633063107
Binary1000111110101110110110111000111010101110110110001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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