#8BBADD

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

Shades of Cornflower #8BBADD

Tints of Cornflower #8BBADD

Color information

#8BBADD (or 0x8BBADD) is unknown color: approx Cornflower. HEX triplet: 8B, BA and DD. RGB value is (139,186,221). Sum of RGB (Red+Green+Blue) = 139+186+221=546 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.46% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BBADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBADD is #744522. Grayscale: #AFAFAF. Windows color (decimal): -7619875 or 14531211. OLE color: 14531211.

HSL color Cylindrical-coordinate representation of color #8BBADD: hue angle of 205.61º degrees, saturation: 0.55, 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 #8BBADD is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139186221-
CMYK0.370.1600.13
HSL205.61º54.67%70.59%-
HSV(B)205.61º37.1%86.67%-
XYZ41.2645.8375.08-
YUV175.94153.43101.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.46%
GREEN value IS 186 (73.05% from 255) = 34.07%
BLUE value IS 221 (86.72% from 255) = 40.48%
R=25.46%
G=34.07%
B=40.48%

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
Decimal1391862210.370.1600.13205.6154.6770.59
Hex8BBADD25100Dce3747
Octal213272335452001531667107
Binary1000101110111010110111011001011000001101110011101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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