#8FC4EF

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

Shades of Cornflower #8FC4EF

Tints of Cornflower #8FC4EF

Color information

#8FC4EF (or 0x8FC4EF) is unknown color: approx Cornflower. HEX triplet: 8F, C4 and EF. RGB value is (143,196,239). Sum of RGB (Red+Green+Blue) = 143+196+239=578 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.74% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FC4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC4EF is #703B10. Grayscale: #B8B8B8. Windows color (decimal): -7355153 or 15713423. OLE color: 15713423.

HSL color Cylindrical-coordinate representation of color #8FC4EF: hue angle of 206.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FC4EF is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB143196239-
CMYK0.400.1800.06
HSL206.88º75%74.9%-
HSV(B)206.88º40.17%93.73%-
XYZ46.6551.5589.15-
YUV185.06158.4498-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.74%
GREEN value IS 196 (76.95% from 255) = 33.91%
BLUE value IS 239 (93.75% from 255) = 41.35%
R=24.74%
G=33.91%
B=41.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1431962390.400.1800.06206.887574.9
Hex8FC4EF281206cf4b4b
Octal217304357502206317113113
Binary1000111111000100111011111010001001001101100111110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,196,239); }

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

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

 a { background-color: rgb(143,196,239); }

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

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

 span { border-color: rgb(143,196,239); }

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