#8FC6EB

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

Shades of Cornflower #8FC6EB

Tints of Cornflower #8FC6EB

Color information

#8FC6EB (or 0x8FC6EB) is unknown color: approx Cornflower. HEX triplet: 8F, C6 and EB. RGB value is (143,198,235). Sum of RGB (Red+Green+Blue) = 143+198+235=576 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.83% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #8FC6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC6EB is #703914. Grayscale: #B9B9B9. Windows color (decimal): -7354645 or 15451791. OLE color: 15451791.

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

Color convert

RGB143198235-
CMYK0.390.1600.08
HSL204.13º69.7%74.12%-
HSV(B)204.13º39.15%92.16%-
XYZ46.5252.2386.23-
YUV185.77155.7897.49-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.83%
GREEN value IS 198 (77.73% from 255) = 34.38%
BLUE value IS 235 (92.19% from 255) = 40.80%
R=24.83%
G=34.38%
B=40.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1431982350.390.1600.08204.1369.774.12
Hex8FC6EB271008cc464a
Octal2173063534720010314106112
Binary10001111110001101110101110011110000010001100110010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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