#8CC6EB

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

Shades of Cornflower #8CC6EB

Tints of Cornflower #8CC6EB

Color information

#8CC6EB (or 0x8CC6EB) is unknown color: approx Cornflower. HEX triplet: 8C, C6 and EB. RGB value is (140,198,235). Sum of RGB (Red+Green+Blue) = 140+198+235=573 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.43% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #8CC6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC6EB is #733914. Grayscale: #B8B8B8. Windows color (decimal): -7551253 or 15451788. OLE color: 15451788.

HSL color Cylindrical-coordinate representation of color #8CC6EB: hue angle of 203.37º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CC6EB is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB140198235-
CMYK0.400.1600.08
HSL203.37º70.37%73.53%-
HSV(B)203.37º40.43%92.16%-
XYZ4651.9686.2-
YUV184.88156.2895.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.43%
GREEN value IS 198 (77.73% from 255) = 34.55%
BLUE value IS 235 (92.19% from 255) = 41.01%
R=24.43%
G=34.55%
B=41.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1401982350.400.1600.08203.3770.3773.53
Hex8CC6EB281008cb464a
Octal2143063535020010313106112
Binary10001100110001101110101110100010000010001100101110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,198,235); }

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

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

 a { background-color: rgb(140,198,235); }

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

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

 span { border-color: rgb(140,198,235); }

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