#8BC6EB

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

Shades of Cornflower #8BC6EB

Tints of Cornflower #8BC6EB

Color information

#8BC6EB (or 0x8BC6EB) is unknown color: approx Cornflower. HEX triplet: 8B, C6 and EB. RGB value is (139,198,235). Sum of RGB (Red+Green+Blue) = 139+198+235=572 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.30% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BC6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC6EB is #743914. Grayscale: #B8B8B8. Windows color (decimal): -7616789 or 15451787. OLE color: 15451787.

HSL color Cylindrical-coordinate representation of color #8BC6EB: hue angle of 203.12º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BC6EB is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139198235-
CMYK0.410.1600.08
HSL203.12º70.59%73.33%-
HSV(B)203.12º40.85%92.16%-
XYZ45.8451.8886.19-
YUV184.58156.4595.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.30%
GREEN value IS 198 (77.73% from 255) = 34.62%
BLUE value IS 235 (92.19% from 255) = 41.08%
R=24.30%
G=34.62%
B=41.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1391982350.410.1600.08203.1270.5973.33
Hex8BC6EB291008cb4749
Octal2133063535120010313107111
Binary10001011110001101110101110100110000010001100101110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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