#8FBAEE

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

Shades of Cornflower #8FBAEE

Tints of Cornflower #8FBAEE

Color information

#8FBAEE (or 0x8FBAEE) is unknown color: approx Cornflower. HEX triplet: 8F, BA and EE. RGB value is (143,186,238). Sum of RGB (Red+Green+Blue) = 143+186+238=567 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.22% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FBAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBAEE is #704511. Grayscale: #B2B2B2. Windows color (decimal): -7357714 or 15645327. OLE color: 15645327.

HSL color Cylindrical-coordinate representation of color #8FBAEE: hue angle of 212.84º degrees, saturation: 0.74, 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 #8FBAEE is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143186238-
CMYK0.400.2200.07
HSL212.84º73.64%74.71%-
HSV(B)212.84º39.92%93.33%-
XYZ44.3247.1387.65-
YUV179.07161.25102.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.22%
GREEN value IS 186 (73.05% from 255) = 32.80%
BLUE value IS 238 (93.36% from 255) = 41.98%
R=25.22%
G=32.80%
B=41.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1431862380.400.2200.07212.8473.6474.71
Hex8FBAEE281607d54a4b
Octal217272356502607325112113
Binary1000111110111010111011101010001011001111101010110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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