#8FBAE8

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

Shades of Cornflower #8FBAE8

Tints of Cornflower #8FBAE8

Color information

#8FBAE8 (or 0x8FBAE8) is unknown color: approx Cornflower. HEX triplet: 8F, BA and E8. RGB value is (143,186,232). Sum of RGB (Red+Green+Blue) = 143+186+232=561 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.49% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 232 - color contains mainly: blue. Hex color #8FBAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBAE8 is #704517. Grayscale: #B2B2B2. Windows color (decimal): -7357720 or 15252111. OLE color: 15252111.

HSL color Cylindrical-coordinate representation of color #8FBAE8: hue angle of 211.01º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FBAE8 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB143186232-
CMYK0.380.2000.09
HSL211.01º65.93%73.53%-
HSV(B)211.01º38.36%90.98%-
XYZ43.4546.7883.08-
YUV178.39158.25102.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.49%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 232 (91.02% from 255) = 41.35%
R=25.49%
G=33.16%
B=41.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1431862320.380.2000.09211.0165.9373.53
Hex8FBAE8261409d3424a
Octal2172723504624011323102112
Binary10001111101110101110100010011010100010011101001110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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