#8BBCDE

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

Shades of Cornflower #8BBCDE

Tints of Cornflower #8BBCDE

Color information

#8BBCDE (or 0x8BBCDE) is unknown color: approx Cornflower. HEX triplet: 8B, BC and DE. RGB value is (139,188,222). Sum of RGB (Red+Green+Blue) = 139+188+222=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #8BBCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBCDE is #744321. Grayscale: #B1B1B1. Windows color (decimal): -7619362 or 14597259. OLE color: 14597259.

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

Color convert

RGB139188222-
CMYK0.370.1500.13
HSL204.58º55.7%70.78%-
HSV(B)204.58º37.39%87.06%-
XYZ41.8246.7375.92-
YUV177.22153.27100.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.32%
GREEN value IS 188 (73.83% from 255) = 34.24%
BLUE value IS 222 (87.11% from 255) = 40.44%
R=25.32%
G=34.24%
B=40.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391882220.370.1500.13204.5855.770.78
Hex8BBCDE25F0Dcd3847
Octal213274336451701531570107
Binary100010111011110011011110100101111101101110011011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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