#8BBFEA

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

Shades of Cornflower #8BBFEA

Tints of Cornflower #8BBFEA

Color information

#8BBFEA (or 0x8BBFEA) is unknown color: approx Cornflower. HEX triplet: 8B, BF and EA. RGB value is (139,191,234). Sum of RGB (Red+Green+Blue) = 139+191+234=564 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.65% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #8BBFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBFEA is #744015. Grayscale: #B4B4B4. Windows color (decimal): -7618582 or 15384459. OLE color: 15384459.

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

Color convert

RGB139191234-
CMYK0.410.1800.08
HSL207.16º69.34%73.14%-
HSV(B)207.16º40.6%91.76%-
XYZ44.1348.6984.91-
YUV180.35158.2798.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.65%
GREEN value IS 191 (75% from 255) = 33.87%
BLUE value IS 234 (91.80% from 255) = 41.49%
R=24.65%
G=33.87%
B=41.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1391912340.410.1800.08207.1669.3473.14
Hex8BBFEA291208cf4549
Octal2132773525122010317105111
Binary10001011101111111110101010100110010010001100111110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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