#8BC4EC

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

Shades of Cornflower #8BC4EC

Tints of Cornflower #8BC4EC

Color information

#8BC4EC (or 0x8BC4EC) is unknown color: approx Cornflower. HEX triplet: 8B, C4 and EC. RGB value is (139,196,236). Sum of RGB (Red+Green+Blue) = 139+196+236=571 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.34% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #8BC4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC4EC is #743B13. Grayscale: #B7B7B7. Windows color (decimal): -7617300 or 15516811. OLE color: 15516811.

HSL color Cylindrical-coordinate representation of color #8BC4EC: hue angle of 204.74º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BC4EC is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB139196236-
CMYK0.410.1700.07
HSL204.74º71.85%73.53%-
HSV(B)204.74º41.1%92.55%-
XYZ45.5351.0286.81-
YUV183.52157.6296.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.34%
GREEN value IS 196 (76.95% from 255) = 34.33%
BLUE value IS 236 (92.58% from 255) = 41.33%
R=24.34%
G=34.33%
B=41.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1391962360.410.1700.07204.7471.8573.53
Hex8BC4EC291107cd484a
Octal213304354512107315110112
Binary1000101111000100111011001010011000101111100110110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,196,236); }

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

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

 a { background-color: rgb(139,196,236); }

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

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

 span { border-color: rgb(139,196,236); }

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