#8bc0e1

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

Shades of Cornflower #8BC0E1

Tints of Cornflower #8BC0E1

Color information

#8BC0E1 (or 0x8BC0E1) is unknown color: approx Cornflower. HEX triplet: 8B, C0 and E1. RGB value is (139,192,225). Sum of RGB (Red+Green+Blue) = 139+192+225=556 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 225 - color contains mainly: blue. Hex color #8BC0E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC0E1 is #743F1E. Grayscale: #B3B3B3. Windows color (decimal): -7618335 or 14794891. OLE color: 14794891.

HSL color Cylindrical-coordinate representation of color #8BC0E1: hue angle of 203.02º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BC0E1 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB139192225-
CMYK0.380.1500.12
HSL203.02º58.9%71.37%-
HSV(B)203.02º38.22%88.24%-
XYZ43.0948.6278.35-
YUV179.92153.4498.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25%
GREEN value IS 192 (75.39% from 255) = 34.53%
BLUE value IS 225 (88.28% from 255) = 40.47%
R=25%
G=34.53%
B=40.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1391922250.380.1500.12203.0258.971.37
Hex8BC0E126F0Ccb3b47
Octal213300341461701431373107
Binary100010111100000011100001100110111101100110010111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8bc0e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,192,225); }

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

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

 a { background-color: rgb(139,192,225); }

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

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

 span { border-color: rgb(139,192,225); }

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