#8FB9EB

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

Shades of Cornflower #8FB9EB

Tints of Cornflower #8FB9EB

Color information

#8FB9EB (or 0x8FB9EB) is unknown color: approx Cornflower. HEX triplet: 8F, B9 and EB. RGB value is (143,185,235). Sum of RGB (Red+Green+Blue) = 143+185+235=563 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.40% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #8FB9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB9EB is #704614. Grayscale: #B1B1B1. Windows color (decimal): -7357973 or 15448463. OLE color: 15448463.

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

Color convert

RGB143185235-
CMYK0.390.2100.08
HSL212.61º69.7%74.12%-
HSV(B)212.61º39.15%92.16%-
XYZ43.6746.5485.28-
YUV178.14160.09102.93-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.40%
GREEN value IS 185 (72.66% from 255) = 32.86%
BLUE value IS 235 (92.19% from 255) = 41.74%
R=25.40%
G=32.86%
B=41.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1431852350.390.2100.08212.6169.774.12
Hex8FB9EB271508d5464a
Octal2172713534725010325106112
Binary10001111101110011110101110011110101010001101010110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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