#8DC3DF

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

Shades of Cornflower #8DC3DF

Tints of Cornflower #8DC3DF

Color information

#8DC3DF (or 0x8DC3DF) is unknown color: approx Cornflower. HEX triplet: 8D, C3 and DF. RGB value is (141,195,223). Sum of RGB (Red+Green+Blue) = 141+195+223=559 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.22% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DC3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC3DF is #723C20. Grayscale: #B5B5B5. Windows color (decimal): -7486497 or 14664589. OLE color: 14664589.

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

Color convert

RGB141195223-
CMYK0.370.1300.13
HSL200.49º56.16%71.37%-
HSV(B)200.49º36.77%87.45%-
XYZ43.8250.0277.16-
YUV182.05151.1198.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.22%
GREEN value IS 195 (76.56% from 255) = 34.88%
BLUE value IS 223 (87.5% from 255) = 39.89%
R=25.22%
G=34.88%
B=39.89%

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
Decimal1411952230.370.1300.13200.4956.1671.37
Hex8DC3DF25D0Dc83847
Octal215303337451501531070107
Binary100011011100001111011111100101110101101110010001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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