#86BCFF

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

Shades of Maya Blue #86BCFF

Tints of Maya Blue #86BCFF

Color information

#86BCFF (or 0x86BCFF) is unknown color: approx Maya Blue. HEX triplet: 86, BC and FF. RGB value is (134,188,255). Sum of RGB (Red+Green+Blue) = 134+188+255=577 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.22% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #86BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BCFF is #794300. Grayscale: #B3B3B3. Windows color (decimal): -7947009 or 16759942. OLE color: 16759942.

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

Color convert

RGB134188255-
CMYK0.470.2600
HSL213.22º100%76.27%-
HSV(B)213.22º47.45%100%-
XYZ45.8648.25101.5-
YUV179.49170.6195.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.22%
GREEN value IS 188 (73.83% from 255) = 32.58%
BLUE value IS 255 (100% from 255) = 44.19%
R=23.22%
G=32.58%
B=44.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1341882550.470.2600213.2210076.27
Hex86BCFF2F1A00d5644c
Octal206274377573200325144114
Binary10000110101111001111111110111111010001101010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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