#8BBBE4

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

Shades of Cornflower #8BBBE4

Tints of Cornflower #8BBBE4

Color information

#8BBBE4 (or 0x8BBBE4) is unknown color: approx Cornflower. HEX triplet: 8B, BB and E4. RGB value is (139,187,228). Sum of RGB (Red+Green+Blue) = 139+187+228=554 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.09% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 228 (89.45% from 255 or 41.16% from 554); Max value from RGB is 228 - color contains mainly: blue. Hex color #8BBBE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBBE4 is #74441B. Grayscale: #B1B1B1. Windows color (decimal): -7619612 or 14990219. OLE color: 14990219.

HSL color Cylindrical-coordinate representation of color #8BBBE4: hue angle of 207.64º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BBBE4 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB139187228-
CMYK0.390.1800.11
HSL207.64º62.24%71.96%-
HSV(B)207.64º39.04%89.41%-
XYZ42.4246.6380.16-
YUV177.32156.6100.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.09%
GREEN value IS 187 (73.44% from 255) = 33.75%
BLUE value IS 228 (89.45% from 255) = 41.16%
R=25.09%
G=33.75%
B=41.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1391872280.390.1800.11207.6462.2471.96
Hex8BBBE427120Bd03e48
Octal213273344472201332076110
Binary1000101110111011111001001001111001001011110100001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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