#8BBAEB

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

Shades of Cornflower #8BBAEB

Tints of Cornflower #8BBAEB

Color information

#8BBAEB (or 0x8BBAEB) is unknown color: approx Cornflower. HEX triplet: 8B, BA and EB. RGB value is (139,186,235). Sum of RGB (Red+Green+Blue) = 139+186+235=560 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.82% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BBAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBAEB is #744514. Grayscale: #B1B1B1. Windows color (decimal): -7619861 or 15448715. OLE color: 15448715.

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

Color convert

RGB139186235-
CMYK0.410.2100.08
HSL210.62º70.59%73.33%-
HSV(B)210.62º40.85%92.16%-
XYZ43.246.685.32-
YUV177.53160.43100.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.82%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 235 (92.19% from 255) = 41.96%
R=24.82%
G=33.21%
B=41.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1391862350.410.2100.08210.6270.5973.33
Hex8BBAEB291508d34749
Octal2132723535125010323107111
Binary10001011101110101110101110100110101010001101001110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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