#86BCFE

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

Shades of Maya Blue #86BCFE

Tints of Maya Blue #86BCFE

Color information

#86BCFE (or 0x86BCFE) is unknown color: approx Maya Blue. HEX triplet: 86, BC and FE. RGB value is (134,188,254). Sum of RGB (Red+Green+Blue) = 134+188+254=576 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.26% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #86BCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BCFE is #794301. Grayscale: #B3B3B3. Windows color (decimal): -7947010 or 16694406. OLE color: 16694406.

HSL color Cylindrical-coordinate representation of color #86BCFE: hue angle of 213º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86BCFE is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB134188254-
CMYK0.470.2600.00
HSL213º98.36%76.08%-
HSV(B)213º47.24%99.61%-
XYZ45.748.19100.66-
YUV179.38170.1195.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.26%
GREEN value IS 188 (73.83% from 255) = 32.64%
BLUE value IS 254 (99.61% from 255) = 44.10%
R=23.26%
G=32.64%
B=44.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1341882540.470.2600.0021398.3676.08
Hex86BCFE2F1A00d5624c
Octal206274376573200325142114
Binary10000110101111001111111010111111010001101010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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