#8FB8EF

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

Shades of Cornflower #8FB8EF

Tints of Cornflower #8FB8EF

Color information

#8FB8EF (or 0x8FB8EF) is unknown color: approx Cornflower. HEX triplet: 8F, B8 and EF. RGB value is (143,184,239). Sum of RGB (Red+Green+Blue) = 143+184+239=566 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.27% from 566); Green value is 184 (72.27% from 255 or 32.51% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FB8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB8EF is #704710. Grayscale: #B1B1B1. Windows color (decimal): -7358225 or 15710351. OLE color: 15710351.

HSL color Cylindrical-coordinate representation of color #8FB8EF: hue angle of 214.38º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FB8EF is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB143184239-
CMYK0.400.2300.06
HSL214.38º75%74.9%-
HSV(B)214.38º40.17%93.73%-
XYZ44.0546.3588.29-
YUV178.01162.42103.03-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.27%
GREEN value IS 184 (72.27% from 255) = 32.51%
BLUE value IS 239 (93.75% from 255) = 42.23%
R=25.27%
G=32.51%
B=42.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1431842390.400.2300.06214.387574.9
Hex8FB8EF281706d64b4b
Octal217270357502706326113113
Binary1000111110111000111011111010001011101101101011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,184,239); }

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

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

 a { background-color: rgb(143,184,239); }

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

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

 span { border-color: rgb(143,184,239); }

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