#8FB9EF

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

Shades of Cornflower #8FB9EF

Tints of Cornflower #8FB9EF

Color information

#8FB9EF (or 0x8FB9EF) is unknown color: approx Cornflower. HEX triplet: 8F, B9 and EF. RGB value is (143,185,239). Sum of RGB (Red+Green+Blue) = 143+185+239=567 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.22% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FB9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB9EF is #704610. Grayscale: #B2B2B2. Windows color (decimal): -7357969 or 15710607. OLE color: 15710607.

HSL color Cylindrical-coordinate representation of color #8FB9EF: hue angle of 213.75º 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 #8FB9EF is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB143185239-
CMYK0.400.2300.06
HSL213.75º75%74.9%-
HSV(B)213.75º40.17%93.73%-
XYZ44.2646.7788.36-
YUV178.6162.09102.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.22%
GREEN value IS 185 (72.66% from 255) = 32.63%
BLUE value IS 239 (93.75% from 255) = 42.15%
R=25.22%
G=32.63%
B=42.15%

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
Decimal1431852390.400.2300.06213.757574.9
Hex8FB9EF281706d64b4b
Octal217271357502706326113113
Binary1000111110111001111011111010001011101101101011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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