#8CC3DF

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

Shades of Cornflower #8CC3DF

Tints of Cornflower #8CC3DF

Color information

#8CC3DF (or 0x8CC3DF) is unknown color: approx Cornflower. HEX triplet: 8C, C3 and DF. RGB value is (140,195,223). Sum of RGB (Red+Green+Blue) = 140+195+223=558 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.09% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #8CC3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC3DF is #733C20. Grayscale: #B5B5B5. Windows color (decimal): -7552033 or 14664588. OLE color: 14664588.

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

Color convert

RGB140195223-
CMYK0.370.1300.13
HSL200.24º56.46%71.18%-
HSV(B)200.24º37.22%87.45%-
XYZ43.6549.9377.15-
YUV181.75151.2898.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.09%
GREEN value IS 195 (76.56% from 255) = 34.95%
BLUE value IS 223 (87.5% from 255) = 39.96%
R=25.09%
G=34.95%
B=39.96%

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
Decimal1401952230.370.1300.13200.2456.4671.18
Hex8CC3DF25D0Dc83847
Octal214303337451501531070107
Binary100011001100001111011111100101110101101110010001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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