#8BBDE0

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

Shades of Cornflower #8BBDE0

Tints of Cornflower #8BBDE0

Color information

#8BBDE0 (or 0x8BBDE0) is unknown color: approx Cornflower. HEX triplet: 8B, BD and E0. RGB value is (139,189,224). Sum of RGB (Red+Green+Blue) = 139+189+224=552 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.18% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #8BBDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBDE0 is #74421F. Grayscale: #B1B1B1. Windows color (decimal): -7619104 or 14728587. OLE color: 14728587.

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

Color convert

RGB139189224-
CMYK0.380.1600.12
HSL204.71º57.82%71.18%-
HSV(B)204.71º37.95%87.84%-
XYZ42.347.2777.41-
YUV178.04153.94100.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.18%
GREEN value IS 189 (74.22% from 255) = 34.24%
BLUE value IS 224 (87.89% from 255) = 40.58%
R=25.18%
G=34.24%
B=40.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1391892240.380.1600.12204.7157.8271.18
Hex8BBDE026100Ccd3a47
Octal213275340462001431572107
Binary1000101110111101111000001001101000001100110011011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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