#8FBAEC

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

Shades of Cornflower #8FBAEC

Tints of Cornflower #8FBAEC

Color information

#8FBAEC (or 0x8FBAEC) is unknown color: approx Cornflower. HEX triplet: 8F, BA and EC. RGB value is (143,186,236). Sum of RGB (Red+Green+Blue) = 143+186+236=565 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.31% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FBAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBAEC is #704513. Grayscale: #B2B2B2. Windows color (decimal): -7357716 or 15514255. OLE color: 15514255.

HSL color Cylindrical-coordinate representation of color #8FBAEC: hue angle of 212.26º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FBAEC is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143186236-
CMYK0.390.2100.07
HSL212.26º70.99%74.31%-
HSV(B)212.26º39.41%92.55%-
XYZ44.0347.0186.11-
YUV178.84160.25102.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.31%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 236 (92.58% from 255) = 41.77%
R=25.31%
G=32.92%
B=41.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1431862360.390.2100.07212.2670.9974.31
Hex8FBAEC271507d4474a
Octal217272354472507324107112
Binary1000111110111010111011001001111010101111101010010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,186,236); }

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

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

 a { background-color: rgb(143,186,236); }

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

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

 span { border-color: rgb(143,186,236); }

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