#8FBCEB

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

Shades of Cornflower #8FBCEB

Tints of Cornflower #8FBCEB

Color information

#8FBCEB (or 0x8FBCEB) is unknown color: approx Cornflower. HEX triplet: 8F, BC and EB. RGB value is (143,188,235). Sum of RGB (Red+Green+Blue) = 143+188+235=566 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.27% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #8FBCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBCEB is #704314. Grayscale: #B3B3B3. Windows color (decimal): -7357205 or 15449231. OLE color: 15449231.

HSL color Cylindrical-coordinate representation of color #8FBCEB: hue angle of 210.65º degrees, saturation: 0.7, 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 #8FBCEB is Cyan = 0.39, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB143188235-
CMYK0.390.200.08
HSL210.65º69.7%74.12%-
HSV(B)210.65º39.15%92.16%-
XYZ44.3147.885.49-
YUV179.9159.09101.68-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.27%
GREEN value IS 188 (73.83% from 255) = 33.22%
BLUE value IS 235 (92.19% from 255) = 41.52%
R=25.27%
G=33.22%
B=41.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1431882350.390.200.08210.6569.774.12
Hex8FBCEB271408d3464a
Octal2172743534724010323106112
Binary10001111101111001110101110011110100010001101001110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,188,235); }

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

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

 a { background-color: rgb(143,188,235); }

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

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

 span { border-color: rgb(143,188,235); }

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