#8DC1DF

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

Shades of Cornflower #8DC1DF

Tints of Cornflower #8DC1DF

Color information

#8DC1DF (or 0x8DC1DF) is unknown color: approx Cornflower. HEX triplet: 8D, C1 and DF. RGB value is (141,193,223). Sum of RGB (Red+Green+Blue) = 141+193+223=557 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.31% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DC1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC1DF is #723E20. Grayscale: #B4B4B4. Windows color (decimal): -7487009 or 14664077. OLE color: 14664077.

HSL color Cylindrical-coordinate representation of color #8DC1DF: hue angle of 201.95º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DC1DF is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB141193223-
CMYK0.370.1300.13
HSL201.95º56.16%71.37%-
HSV(B)201.95º36.77%87.45%-
XYZ43.3749.1377.01-
YUV180.87151.7799.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.31%
GREEN value IS 193 (75.78% from 255) = 34.65%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=25.31%
G=34.65%
B=40.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1411932230.370.1300.13201.9556.1671.37
Hex8DC1DF25D0Dca3847
Octal215301337451501531270107
Binary100011011100000111011111100101110101101110010101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,193,223); }

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

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

 a { background-color: rgb(141,193,223); }

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

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

 span { border-color: rgb(141,193,223); }

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