#8CBCF0

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

Shades of Cornflower #8CBCF0

Tints of Cornflower #8CBCF0

Color information

#8CBCF0 (or 0x8CBCF0) is unknown color: approx Cornflower. HEX triplet: 8C, BC and F0. RGB value is (140,188,240). Sum of RGB (Red+Green+Blue) = 140+188+240=568 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.65% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: blue. Hex color #8CBCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBCF0 is #73430F. Grayscale: #B3B3B3. Windows color (decimal): -7553808 or 15776908. OLE color: 15776908.

HSL color Cylindrical-coordinate representation of color #8CBCF0: hue angle of 211.2º 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 #8CBCF0 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB140188240-
CMYK0.420.2200.06
HSL211.2º76.92%74.51%-
HSV(B)211.2º41.67%94.12%-
XYZ44.5347.8389.32-
YUV179.58162.199.77-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.65%
GREEN value IS 188 (73.83% from 255) = 33.10%
BLUE value IS 240 (94.14% from 255) = 42.25%
R=24.65%
G=33.10%
B=42.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1401882400.420.2200.06211.276.9274.51
Hex8CBCF02A1606d34d4b
Octal214274360522606323115113
Binary1000110010111100111100001010101011001101101001110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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