#8FC0E9

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

Shades of Cornflower #8FC0E9

Tints of Cornflower #8FC0E9

Color information

#8FC0E9 (or 0x8FC0E9) is unknown color: approx Cornflower. HEX triplet: 8F, C0 and E9. RGB value is (143,192,233). Sum of RGB (Red+Green+Blue) = 143+192+233=568 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.18% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 233 (91.41% from 255 or 41.02% from 568); Max value from RGB is 233 - color contains mainly: blue. Hex color #8FC0E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC0E9 is #703F16. Grayscale: #B5B5B5. Windows color (decimal): -7356183 or 15319183. OLE color: 15319183.

HSL color Cylindrical-coordinate representation of color #8FC0E9: hue angle of 207.33º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FC0E9 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB143192233-
CMYK0.390.1800.09
HSL207.33º67.16%73.73%-
HSV(B)207.33º38.63%91.37%-
XYZ44.8949.4284.26-
YUV182.02156.77100.17-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.18%
GREEN value IS 192 (75.39% from 255) = 33.80%
BLUE value IS 233 (91.41% from 255) = 41.02%
R=25.18%
G=33.80%
B=41.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1431922330.390.1800.09207.3367.1673.73
Hex8FC0E9271209cf434a
Octal2173003514722011317103112
Binary10001111110000001110100110011110010010011100111110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,192,233); }

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

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

 a { background-color: rgb(143,192,233); }

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

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

 span { border-color: rgb(143,192,233); }

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