#8BBBE0

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

Shades of Cornflower #8BBBE0

Tints of Cornflower #8BBBE0

Color information

#8BBBE0 (or 0x8BBBE0) is unknown color: approx Cornflower. HEX triplet: 8B, BB and E0. RGB value is (139,187,224). Sum of RGB (Red+Green+Blue) = 139+187+224=550 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.27% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 224 - color contains mainly: blue. Hex color #8BBBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBBE0 is #74441F. Grayscale: #B0B0B0. Windows color (decimal): -7619616 or 14728075. OLE color: 14728075.

HSL color Cylindrical-coordinate representation of color #8BBBE0: hue angle of 206.12º degrees, saturation: 0.58, 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 #8BBBE0 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB139187224-
CMYK0.380.1700.12
HSL206.12º57.82%71.18%-
HSV(B)206.12º37.95%87.84%-
XYZ41.8746.4177.27-
YUV176.87154.6100.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.27%
GREEN value IS 187 (73.44% from 255) = 34%
BLUE value IS 224 (87.89% from 255) = 40.73%
R=25.27%
G=34%
B=40.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1391872240.380.1700.12206.1257.8271.18
Hex8BBBE026110Cce3a47
Octal213273340462101431672107
Binary1000101110111011111000001001101000101100110011101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,187,224); }

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

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

 a { background-color: rgb(139,187,224); }

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

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

 span { border-color: rgb(139,187,224); }

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