#8BBFE9

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

Shades of Cornflower #8BBFE9

Tints of Cornflower #8BBFE9

Color information

#8BBFE9 (or 0x8BBFE9) is unknown color: approx Cornflower. HEX triplet: 8B, BF and E9. RGB value is (139,191,233). Sum of RGB (Red+Green+Blue) = 139+191+233=563 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.69% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 233 (91.41% from 255 or 41.39% from 563); Max value from RGB is 233 - color contains mainly: blue. Hex color #8BBFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBFE9 is #744016. Grayscale: #B4B4B4. Windows color (decimal): -7618583 or 15318923. OLE color: 15318923.

HSL color Cylindrical-coordinate representation of color #8BBFE9: hue angle of 206.81º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BBFE9 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB139191233-
CMYK0.400.1800.09
HSL206.81º68.12%72.94%-
HSV(B)206.81º40.34%91.37%-
XYZ43.9948.6384.16-
YUV180.24157.7798.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.69%
GREEN value IS 191 (75% from 255) = 33.93%
BLUE value IS 233 (91.41% from 255) = 41.39%
R=24.69%
G=33.93%
B=41.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1391912330.400.1800.09206.8168.1272.94
Hex8BBFE9281209cf4449
Octal2132773515022011317104111
Binary10001011101111111110100110100010010010011100111110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,191,233); }

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

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

 a { background-color: rgb(139,191,233); }

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

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

 span { border-color: rgb(139,191,233); }

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