#8CC0DE

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

Shades of Cornflower #8CC0DE

Tints of Cornflower #8CC0DE

Color information

#8CC0DE (or 0x8CC0DE) is unknown color: approx Cornflower. HEX triplet: 8C, C0 and DE. RGB value is (140,192,222). Sum of RGB (Red+Green+Blue) = 140+192+222=554 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.27% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #8CC0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC0DE is #733F21. Grayscale: #B3B3B3. Windows color (decimal): -7552802 or 14598284. OLE color: 14598284.

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

Color convert

RGB140192222-
CMYK0.370.1400.13
HSL201.95º55.41%70.98%-
HSV(B)201.95º36.94%87.06%-
XYZ42.8548.5576.22-
YUV179.87151.7799.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.27%
GREEN value IS 192 (75.39% from 255) = 34.66%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=25.27%
G=34.66%
B=40.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401922220.370.1400.13201.9555.4170.98
Hex8CC0DE25E0Dca3747
Octal214300336451601531267107
Binary100011001100000011011110100101111001101110010101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,192,222); }

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

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

 a { background-color: rgb(140,192,222); }

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

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

 span { border-color: rgb(140,192,222); }

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