#8FBAEA

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

Shades of Cornflower #8FBAEA

Tints of Cornflower #8FBAEA

Color information

#8FBAEA (or 0x8FBAEA) is unknown color: approx Cornflower. HEX triplet: 8F, BA and EA. RGB value is (143,186,234). Sum of RGB (Red+Green+Blue) = 143+186+234=563 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.40% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FBAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBAEA is #704515. Grayscale: #B2B2B2. Windows color (decimal): -7357718 or 15383183. OLE color: 15383183.

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

Color convert

RGB143186234-
CMYK0.390.2100.08
HSL211.65º68.42%73.92%-
HSV(B)211.65º38.89%91.76%-
XYZ43.7446.984.59-
YUV178.62159.25102.6-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.40%
GREEN value IS 186 (73.05% from 255) = 33.04%
BLUE value IS 234 (91.80% from 255) = 41.56%
R=25.40%
G=33.04%
B=41.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1431862340.390.2100.08211.6568.4273.92
Hex8FBAEA271508d4444a
Octal2172723524725010324104112
Binary10001111101110101110101010011110101010001101010010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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