#8FC8EB

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

Shades of Cornflower #8FC8EB

Tints of Cornflower #8FC8EB

Color information

#8FC8EB (or 0x8FC8EB) is unknown color: approx Cornflower. HEX triplet: 8F, C8 and EB. RGB value is (143,200,235). Sum of RGB (Red+Green+Blue) = 143+200+235=578 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.74% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #8FC8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC8EB is #703714. Grayscale: #BABABA. Windows color (decimal): -7354133 or 15452303. OLE color: 15452303.

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

Color convert

RGB143200235-
CMYK0.390.1500.08
HSL202.83º69.7%74.12%-
HSV(B)202.83º39.15%92.16%-
XYZ46.9853.1586.38-
YUV186.95155.1296.65-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.74%
GREEN value IS 200 (78.52% from 255) = 34.60%
BLUE value IS 235 (92.19% from 255) = 40.66%
R=24.74%
G=34.60%
B=40.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1432002350.390.1500.08202.8369.774.12
Hex8FC8EB27F08cb464a
Octal2173103534717010313106112
Binary1000111111001000111010111001111111010001100101110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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