#8FBFDE

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

Shades of Cornflower #8FBFDE

Tints of Cornflower #8FBFDE

Color information

#8FBFDE (or 0x8FBFDE) is unknown color: approx Cornflower. HEX triplet: 8F, BF and DE. RGB value is (143,191,222). Sum of RGB (Red+Green+Blue) = 143+191+222=556 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.72% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #8FBFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBFDE is #704021. Grayscale: #B4B4B4. Windows color (decimal): -7356450 or 14598031. OLE color: 14598031.

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

Color convert

RGB143191222-
CMYK0.360.1400.13
HSL203.54º54.48%71.57%-
HSV(B)203.54º35.59%87.06%-
XYZ43.1448.3876.17-
YUV180.18151.6101.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.72%
GREEN value IS 191 (75% from 255) = 34.35%
BLUE value IS 222 (87.11% from 255) = 39.93%
R=25.72%
G=34.35%
B=39.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1431912220.360.1400.13203.5454.4871.57
Hex8FBFDE24E0Dcc3648
Octal217277336441601531466110
Binary100011111011111111011110100100111001101110011001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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