#8FCAEF

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

Shades of Cornflower #8FCAEF

Tints of Cornflower #8FCAEF

Color information

#8FCAEF (or 0x8FCAEF) is unknown color: approx Cornflower. HEX triplet: 8F, CA and EF. RGB value is (143,202,239). Sum of RGB (Red+Green+Blue) = 143+202+239=584 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.49% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FCAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCAEF is #703510. Grayscale: #BCBCBC. Windows color (decimal): -7353617 or 15714959. OLE color: 15714959.

HSL color Cylindrical-coordinate representation of color #8FCAEF: hue angle of 203.12º 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 #8FCAEF is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB143202239-
CMYK0.400.1500.06
HSL203.12º75%74.9%-
HSV(B)203.12º40.17%93.73%-
XYZ48.0354.3189.61-
YUV188.58156.4595.49-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.49%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 239 (93.75% from 255) = 40.92%
R=24.49%
G=34.59%
B=40.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1432022390.400.1500.06203.127574.9
Hex8FCAEF28F06cb4b4b
Octal217312357501706313113113
Binary100011111100101011101111101000111101101100101110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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