#86BCE9

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

Shades of Cornflower #86BCE9

Tints of Cornflower #86BCE9

Color information

#86BCE9 (or 0x86BCE9) is unknown color: approx Cornflower. HEX triplet: 86, BC and E9. RGB value is (134,188,233). Sum of RGB (Red+Green+Blue) = 134+188+233=555 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.14% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 233 (91.41% from 255 or 41.98% from 555); Max value from RGB is 233 - color contains mainly: blue. Hex color #86BCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BCE9 is #794316. Grayscale: #B0B0B0. Windows color (decimal): -7947031 or 15318150. OLE color: 15318150.

HSL color Cylindrical-coordinate representation of color #86BCE9: hue angle of 207.27º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86BCE9 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB134188233-
CMYK0.420.1900.09
HSL207.27º69.23%71.96%-
HSV(B)207.27º42.49%91.37%-
XYZ42.5246.9283.91-
YUV176.98159.6197.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.14%
GREEN value IS 188 (73.83% from 255) = 33.87%
BLUE value IS 233 (91.41% from 255) = 41.98%
R=24.14%
G=33.87%
B=41.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1341882330.420.1900.09207.2769.2371.96
Hex86BCE92A1309cf4548
Octal2062743515223011317105110
Binary10000110101111001110100110101010011010011100111110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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