#8FBBDE

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

Shades of Cornflower #8FBBDE

Tints of Cornflower #8FBBDE

Color information

#8FBBDE (or 0x8FBBDE) is unknown color: approx Cornflower. HEX triplet: 8F, BB and DE. RGB value is (143,187,222). Sum of RGB (Red+Green+Blue) = 143+187+222=552 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.91% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #8FBBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBBDE is #704421. Grayscale: #B1B1B1. Windows color (decimal): -7357474 or 14597007. OLE color: 14597007.

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

Color convert

RGB143187222-
CMYK0.360.1600.13
HSL206.58º54.48%71.57%-
HSV(B)206.58º35.59%87.06%-
XYZ42.2846.6575.88-
YUV177.83152.92103.15-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.91%
GREEN value IS 187 (73.44% from 255) = 33.88%
BLUE value IS 222 (87.11% from 255) = 40.22%
R=25.91%
G=33.88%
B=40.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1431872220.360.1600.13206.5854.4871.57
Hex8FBBDE24100Dcf3648
Octal217273336442001531766110
Binary1000111110111011110111101001001000001101110011111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,187,222); }

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

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

 a { background-color: rgb(143,187,222); }

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

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

 span { border-color: rgb(143,187,222); }

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