#86BCEB

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

Shades of Cornflower #86BCEB

Tints of Cornflower #86BCEB

Color information

#86BCEB (or 0x86BCEB) is unknown color: approx Cornflower. HEX triplet: 86, BC and EB. RGB value is (134,188,235). Sum of RGB (Red+Green+Blue) = 134+188+235=557 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.06% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #86BCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BCEB is #794314. Grayscale: #B0B0B0. Windows color (decimal): -7947029 or 15449222. OLE color: 15449222.

HSL color Cylindrical-coordinate representation of color #86BCEB: hue angle of 207.92º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86BCEB is Cyan = 0.43, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB134188235-
CMYK0.430.200.08
HSL207.92º71.63%72.35%-
HSV(B)207.92º42.98%92.16%-
XYZ42.8147.0385.42-
YUV177.21160.6197.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.06%
GREEN value IS 188 (73.83% from 255) = 33.75%
BLUE value IS 235 (92.19% from 255) = 42.19%
R=24.06%
G=33.75%
B=42.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1341882350.430.200.08207.9271.6372.35
Hex86BCEB2B1408d04848
Octal2062743535324010320110110
Binary10000110101111001110101110101110100010001101000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86BCEB; }

 p { color: rgb(134,188,235); }

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

<style>
 a { background-color: #86BCEB; }

 a { background-color: rgb(134,188,235); }

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

<style>
 span { border-color: #86BCEB; }

 span { border-color: rgb(134,188,235); }

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