#8BC5EC

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

Shades of Cornflower #8BC5EC

Tints of Cornflower #8BC5EC

Color information

#8BC5EC (or 0x8BC5EC) is unknown color: approx Cornflower. HEX triplet: 8B, C5 and EC. RGB value is (139,197,236). Sum of RGB (Red+Green+Blue) = 139+197+236=572 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.30% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #8BC5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC5EC is #743A13. Grayscale: #B7B7B7. Windows color (decimal): -7617044 or 15517067. OLE color: 15517067.

HSL color Cylindrical-coordinate representation of color #8BC5EC: hue angle of 204.12º 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 #8BC5EC is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB139197236-
CMYK0.410.1700.07
HSL204.12º71.85%73.53%-
HSV(B)204.12º41.1%92.55%-
XYZ45.7551.4886.88-
YUV184.1157.2895.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.30%
GREEN value IS 197 (77.34% from 255) = 34.44%
BLUE value IS 236 (92.58% from 255) = 41.26%
R=24.30%
G=34.44%
B=41.26%

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
Decimal1391972360.410.1700.07204.1271.8573.53
Hex8BC5EC291107cc484a
Octal213305354512107314110112
Binary1000101111000101111011001010011000101111100110010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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