#8BBADE

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

Shades of Cornflower #8BBADE

Tints of Cornflower #8BBADE

Color information

#8BBADE (or 0x8BBADE) is unknown color: approx Cornflower. HEX triplet: 8B, BA and DE. RGB value is (139,186,222). Sum of RGB (Red+Green+Blue) = 139+186+222=547 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.41% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #8BBADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBADE is #744521. Grayscale: #AFAFAF. Windows color (decimal): -7619874 or 14596747. OLE color: 14596747.

HSL color Cylindrical-coordinate representation of color #8BBADE: hue angle of 206.02º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BBADE is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139186222-
CMYK0.370.1600.13
HSL206.02º55.7%70.78%-
HSV(B)206.02º37.39%87.06%-
XYZ41.3945.8875.78-
YUV176.05153.93101.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.41%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=25.41%
G=34.00%
B=40.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391862220.370.1600.13206.0255.770.78
Hex8BBADE25100Dce3847
Octal213272336452001531670107
Binary1000101110111010110111101001011000001101110011101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,186,222); }

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

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

 a { background-color: rgb(139,186,222); }

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

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

 span { border-color: rgb(139,186,222); }

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