#8FBFEC

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

Shades of Cornflower #8FBFEC

Tints of Cornflower #8FBFEC

Color information

#8FBFEC (or 0x8FBFEC) is unknown color: approx Cornflower. HEX triplet: 8F, BF and EC. RGB value is (143,191,236). Sum of RGB (Red+Green+Blue) = 143+191+236=570 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.09% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FBFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBFEC is #704013. Grayscale: #B5B5B5. Windows color (decimal): -7356436 or 15515535. OLE color: 15515535.

HSL color Cylindrical-coordinate representation of color #8FBFEC: hue angle of 209.03º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FBFEC is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143191236-
CMYK0.390.1900.07
HSL209.03º70.99%74.31%-
HSV(B)209.03º39.41%92.55%-
XYZ45.149.1686.47-
YUV181.78158.6100.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.09%
GREEN value IS 191 (75% from 255) = 33.51%
BLUE value IS 236 (92.58% from 255) = 41.40%
R=25.09%
G=33.51%
B=41.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1431912360.390.1900.07209.0370.9974.31
Hex8FBFEC271307d1474a
Octal217277354472307321107112
Binary1000111110111111111011001001111001101111101000110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,191,236); }

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

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

 a { background-color: rgb(143,191,236); }

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

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

 span { border-color: rgb(143,191,236); }

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