#8BBBDF

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

Shades of Cornflower #8BBBDF

Tints of Cornflower #8BBBDF

Color information

#8BBBDF (or 0x8BBBDF) is unknown color: approx Cornflower. HEX triplet: 8B, BB and DF. RGB value is (139,187,223). Sum of RGB (Red+Green+Blue) = 139+187+223=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BBBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBBDF is #744420. Grayscale: #B0B0B0. Windows color (decimal): -7619617 or 14662539. OLE color: 14662539.

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

Color convert

RGB139187223-
CMYK0.380.1600.13
HSL205.71º56.76%70.98%-
HSV(B)205.71º37.67%87.45%-
XYZ41.7446.3676.56-
YUV176.75154.1101.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.32%
GREEN value IS 187 (73.44% from 255) = 34.06%
BLUE value IS 223 (87.5% from 255) = 40.62%
R=25.32%
G=34.06%
B=40.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391872230.380.1600.13205.7156.7670.98
Hex8BBBDF26100Dce3947
Octal213273337462001531671107
Binary1000101110111011110111111001101000001101110011101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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