#8BBCEB

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

Shades of Cornflower #8BBCEB

Tints of Cornflower #8BBCEB

Color information

#8BBCEB (or 0x8BBCEB) is unknown color: approx Cornflower. HEX triplet: 8B, BC and EB. RGB value is (139,188,235). Sum of RGB (Red+Green+Blue) = 139+188+235=562 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.73% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BBCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBCEB is #744314. Grayscale: #B2B2B2. Windows color (decimal): -7619349 or 15449227. OLE color: 15449227.

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

Color convert

RGB139188235-
CMYK0.410.200.08
HSL209.38º70.59%73.33%-
HSV(B)209.38º40.85%92.16%-
XYZ43.6347.4585.46-
YUV178.71159.7799.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.73%
GREEN value IS 188 (73.83% from 255) = 33.45%
BLUE value IS 235 (92.19% from 255) = 41.81%
R=24.73%
G=33.45%
B=41.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1391882350.410.200.08209.3870.5973.33
Hex8BBCEB291408d14749
Octal2132743535124010321107111
Binary10001011101111001110101110100110100010001101000110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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