#8CC0F0

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

Shades of Cornflower #8CC0F0

Tints of Cornflower #8CC0F0

Color information

#8CC0F0 (or 0x8CC0F0) is unknown color: approx Cornflower. HEX triplet: 8C, C0 and F0. RGB value is (140,192,240). Sum of RGB (Red+Green+Blue) = 140+192+240=572 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.48% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #8CC0F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC0F0 is #733F0F. Grayscale: #B5B5B5. Windows color (decimal): -7552784 or 15777932. OLE color: 15777932.

HSL color Cylindrical-coordinate representation of color #8CC0F0: hue angle of 208.8º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CC0F0 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB140192240-
CMYK0.420.2000.06
HSL208.8º76.92%74.51%-
HSV(B)208.8º41.67%94.12%-
XYZ45.3949.5789.61-
YUV181.92160.7798.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.48%
GREEN value IS 192 (75.39% from 255) = 33.57%
BLUE value IS 240 (94.14% from 255) = 41.96%
R=24.48%
G=33.57%
B=41.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1401922400.420.2000.06208.876.9274.51
Hex8CC0F02A1406d14d4b
Octal214300360522406321115113
Binary1000110011000000111100001010101010001101101000110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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