#8FC8E8

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

Shades of Cornflower #8FC8E8

Tints of Cornflower #8FC8E8

Color information

#8FC8E8 (or 0x8FC8E8) is unknown color: approx Cornflower. HEX triplet: 8F, C8 and E8. RGB value is (143,200,232). Sum of RGB (Red+Green+Blue) = 143+200+232=575 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.87% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 232 (91.02% from 255 or 40.35% from 575); Max value from RGB is 232 - color contains mainly: blue. Hex color #8FC8E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC8E8 is #703717. Grayscale: #BABABA. Windows color (decimal): -7354136 or 15255695. OLE color: 15255695.

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

Color convert

RGB143200232-
CMYK0.380.1400.09
HSL201.57º65.93%73.53%-
HSV(B)201.57º38.36%90.98%-
XYZ46.5552.9784.12-
YUV186.6153.6296.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.87%
GREEN value IS 200 (78.52% from 255) = 34.78%
BLUE value IS 232 (91.02% from 255) = 40.35%
R=24.87%
G=34.78%
B=40.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1432002320.380.1400.09201.5765.9373.53
Hex8FC8E826E09ca424a
Octal2173103504616011312102112
Binary1000111111001000111010001001101110010011100101010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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