#8FBFEA

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

Shades of Cornflower #8FBFEA

Tints of Cornflower #8FBFEA

Color information

#8FBFEA (or 0x8FBFEA) is unknown color: approx Cornflower. HEX triplet: 8F, BF and EA. RGB value is (143,191,234). Sum of RGB (Red+Green+Blue) = 143+191+234=568 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.18% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FBFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBFEA is #704015. Grayscale: #B5B5B5. Windows color (decimal): -7356438 or 15384463. OLE color: 15384463.

HSL color Cylindrical-coordinate representation of color #8FBFEA: hue angle of 208.35º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FBFEA is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB143191234-
CMYK0.390.1800.08
HSL208.35º68.42%73.92%-
HSV(B)208.35º38.89%91.76%-
XYZ44.8149.0484.95-
YUV181.55157.6100.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.18%
GREEN value IS 191 (75% from 255) = 33.63%
BLUE value IS 234 (91.80% from 255) = 41.20%
R=25.18%
G=33.63%
B=41.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1431912340.390.1800.08208.3568.4273.92
Hex8FBFEA271208d0444a
Octal2172773524722010320104112
Binary10001111101111111110101010011110010010001101000010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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