#8BC8EF

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

Shades of Cornflower #8BC8EF

Tints of Cornflower #8BC8EF

Color information

#8BC8EF (or 0x8BC8EF) is unknown color: approx Cornflower. HEX triplet: 8B, C8 and EF. RGB value is (139,200,239). Sum of RGB (Red+Green+Blue) = 139+200+239=578 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.05% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #8BC8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC8EF is #743710. Grayscale: #B9B9B9. Windows color (decimal): -7616273 or 15714443. OLE color: 15714443.

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

Color convert

RGB139200239-
CMYK0.420.1600.06
HSL203.4º75.76%74.12%-
HSV(B)203.4º41.84%93.73%-
XYZ46.8853.0389.43-
YUV186.21157.7994.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.05%
GREEN value IS 200 (78.52% from 255) = 34.60%
BLUE value IS 239 (93.75% from 255) = 41.35%
R=24.05%
G=34.60%
B=41.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1392002390.420.1600.06203.475.7674.12
Hex8BC8EF2A1006cb4c4a
Octal213310357522006313114112
Binary1000101111001000111011111010101000001101100101110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,200,239); }

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

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

 a { background-color: rgb(139,200,239); }

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

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

 span { border-color: rgb(139,200,239); }

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