#8DCCF1

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

Shades of Cornflower #8DCCF1

Tints of Cornflower #8DCCF1

Color information

#8DCCF1 (or 0x8DCCF1) is unknown color: approx Cornflower. HEX triplet: 8D, CC and F1. RGB value is (141,204,241). Sum of RGB (Red+Green+Blue) = 141+204+241=586 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.06% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #8DCCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCCF1 is #72330E. Grayscale: #BDBDBD. Windows color (decimal): -7484175 or 15846541. OLE color: 15846541.

HSL color Cylindrical-coordinate representation of color #8DCCF1: hue angle of 202.2º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DCCF1 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB141204241-
CMYK0.410.1500.05
HSL202.2º78.12%74.9%-
HSV(B)202.2º41.49%94.51%-
XYZ48.4555.291.32-
YUV189.38157.1393.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.06%
GREEN value IS 204 (80.08% from 255) = 34.81%
BLUE value IS 241 (94.53% from 255) = 41.13%
R=24.06%
G=34.81%
B=41.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1412042410.410.1500.05202.278.1274.9
Hex8DCCF129F05ca4e4b
Octal215314361511705312116113
Binary100011011100110011110001101001111101011100101010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,204,241); }

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

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

 a { background-color: rgb(141,204,241); }

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

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

 span { border-color: rgb(141,204,241); }

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