#8FC4EA

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

Shades of Cornflower #8FC4EA

Tints of Cornflower #8FC4EA

Color information

#8FC4EA (or 0x8FC4EA) is unknown color: approx Cornflower. HEX triplet: 8F, C4 and EA. RGB value is (143,196,234). Sum of RGB (Red+Green+Blue) = 143+196+234=573 (75% of max value = 765). Red value is 143 (56.25% from 255 or 24.96% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FC4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC4EA is #703B15. Grayscale: #B8B8B8. Windows color (decimal): -7355158 or 15385743. OLE color: 15385743.

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

Color convert

RGB143196234-
CMYK0.390.1600.08
HSL205.05º68.42%73.92%-
HSV(B)205.05º38.89%91.76%-
XYZ45.9251.2685.32-
YUV184.48155.9498.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.96%
GREEN value IS 196 (76.95% from 255) = 34.21%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=24.96%
G=34.21%
B=40.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1431962340.390.1600.08205.0568.4273.92
Hex8FC4EA271008cd444a
Octal2173043524720010315104112
Binary10001111110001001110101010011110000010001100110110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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