#8FBED9

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

Shades of Cornflower #8FBED9

Tints of Cornflower #8FBED9

Color information

#8FBED9 (or 0x8FBED9) is unknown color: approx Cornflower. HEX triplet: 8F, BE and D9. RGB value is (143,190,217). Sum of RGB (Red+Green+Blue) = 143+190+217=550 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 217 - color contains mainly: blue. Hex color #8FBED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBED9 is #704126. Grayscale: #B2B2B2. Windows color (decimal): -7356711 or 14270095. OLE color: 14270095.

HSL color Cylindrical-coordinate representation of color #8FBED9: hue angle of 201.89º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FBED9 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB143190217-
CMYK0.340.1200.15
HSL201.89º49.33%70.59%-
HSV(B)201.89º34.1%85.1%-
XYZ42.2747.6872.62-
YUV179.02149.43102.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26%
GREEN value IS 190 (74.61% from 255) = 34.55%
BLUE value IS 217 (85.16% from 255) = 39.45%
R=26%
G=34.55%
B=39.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1431902170.340.1200.15201.8949.3370.59
Hex8FBED922C0Fca3147
Octal217276331421401731261107
Binary100011111011111011011001100010110001111110010101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,190,217); }

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

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

 a { background-color: rgb(143,190,217); }

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

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

 span { border-color: rgb(143,190,217); }

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