#8FCAED

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

Shades of Cornflower #8FCAED

Tints of Cornflower #8FCAED

Color information

#8FCAED (or 0x8FCAED) is unknown color: approx Cornflower. HEX triplet: 8F, CA and ED. RGB value is (143,202,237). Sum of RGB (Red+Green+Blue) = 143+202+237=582 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.57% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #8FCAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCAED is #703512. Grayscale: #BCBCBC. Windows color (decimal): -7353619 or 15583887. OLE color: 15583887.

HSL color Cylindrical-coordinate representation of color #8FCAED: hue angle of 202.34º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FCAED is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143202237-
CMYK0.400.1500.07
HSL202.34º72.31%74.51%-
HSV(B)202.34º39.66%92.94%-
XYZ47.7354.288.07-
YUV188.35155.4595.65-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.57%
GREEN value IS 202 (79.30% from 255) = 34.71%
BLUE value IS 237 (92.97% from 255) = 40.72%
R=24.57%
G=34.71%
B=40.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432022370.400.1500.07202.3472.3174.51
Hex8FCAED28F07ca484b
Octal217312355501707312110113
Binary100011111100101011101101101000111101111100101010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,202,237); }

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

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

 a { background-color: rgb(143,202,237); }

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

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

 span { border-color: rgb(143,202,237); }

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