#8FC5DF

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

Shades of Cornflower #8FC5DF

Tints of Cornflower #8FC5DF

Color information

#8FC5DF (or 0x8FC5DF) is unknown color: approx Cornflower. HEX triplet: 8F, C5 and DF. RGB value is (143,197,223). Sum of RGB (Red+Green+Blue) = 143+197+223=563 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.40% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FC5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC5DF is #703A20. Grayscale: #B7B7B7. Windows color (decimal): -7354913 or 14665103. OLE color: 14665103.

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

Color convert

RGB143197223-
CMYK0.360.1200.13
HSL199.5º55.56%71.76%-
HSV(B)199.5º35.87%87.45%-
XYZ44.6151.177.32-
YUV183.82150.1198.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.40%
GREEN value IS 197 (77.34% from 255) = 34.99%
BLUE value IS 223 (87.5% from 255) = 39.61%
R=25.40%
G=34.99%
B=39.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1431972230.360.1200.13199.555.5671.76
Hex8FC5DF24C0Dc83848
Octal217305337441401531070110
Binary100011111100010111011111100100110001101110010001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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