#8FC1EB

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

Shades of Cornflower #8FC1EB

Tints of Cornflower #8FC1EB

Color information

#8FC1EB (or 0x8FC1EB) is unknown color: approx Cornflower. HEX triplet: 8F, C1 and EB. RGB value is (143,193,235). Sum of RGB (Red+Green+Blue) = 143+193+235=571 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.04% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #8FC1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC1EB is #703E14. Grayscale: #B6B6B6. Windows color (decimal): -7355925 or 15450511. OLE color: 15450511.

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

Color convert

RGB143193235-
CMYK0.390.1800.08
HSL207.39º69.7%74.12%-
HSV(B)207.39º39.15%92.16%-
XYZ45.3949.9885.85-
YUV182.84157.4499.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.04%
GREEN value IS 193 (75.78% from 255) = 33.80%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=25.04%
G=33.80%
B=41.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1431932350.390.1800.08207.3969.774.12
Hex8FC1EB271208cf464a
Octal2173013534722010317106112
Binary10001111110000011110101110011110010010001100111110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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