#8FB9E6

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

Shades of Cornflower #8FB9E6

Tints of Cornflower #8FB9E6

Color information

#8FB9E6 (or 0x8FB9E6) is unknown color: approx Cornflower. HEX triplet: 8F, B9 and E6. RGB value is (143,185,230). Sum of RGB (Red+Green+Blue) = 143+185+230=558 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.63% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 230 - color contains mainly: blue. Hex color #8FB9E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB9E6 is #704619. Grayscale: #B1B1B1. Windows color (decimal): -7357978 or 15120783. OLE color: 15120783.

HSL color Cylindrical-coordinate representation of color #8FB9E6: hue angle of 211.03º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FB9E6 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB143185230-
CMYK0.380.2000.10
HSL211.03º63.5%73.14%-
HSV(B)211.03º37.83%90.2%-
XYZ42.9646.2581.53-
YUV177.57157.59103.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.63%
GREEN value IS 185 (72.66% from 255) = 33.15%
BLUE value IS 230 (90.23% from 255) = 41.22%
R=25.63%
G=33.15%
B=41.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1431852300.380.2000.10211.0363.573.14
Hex8FB9E626140Ad34049
Octal2172713464624012323100111
Binary10001111101110011110011010011010100010101101001110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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