#86BBFA

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

Shades of Maya Blue #86BBFA

Tints of Maya Blue #86BBFA

Color information

#86BBFA (or 0x86BBFA) is unknown color: approx Maya Blue. HEX triplet: 86, BB and FA. RGB value is (134,187,250). Sum of RGB (Red+Green+Blue) = 134+187+250=571 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.47% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #86BBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BBFA is #794405. Grayscale: #B2B2B2. Windows color (decimal): -7947270 or 16432006. OLE color: 16432006.

HSL color Cylindrical-coordinate representation of color #86BBFA: hue angle of 212.59º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86BBFA is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB134187250-
CMYK0.460.2500.02
HSL212.59º92.06%75.29%-
HSV(B)212.59º46.4%98.04%-
XYZ44.8647.5197.25-
YUV178.33168.4496.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.47%
GREEN value IS 187 (73.44% from 255) = 32.75%
BLUE value IS 250 (98.05% from 255) = 43.78%
R=23.47%
G=32.75%
B=43.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1341872500.460.2500.02212.5992.0675.29
Hex86BBFA2E1902d55c4b
Octal206273372563102325134113
Binary100001101011101111111010101110110010101101010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,187,250); }

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

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

 a { background-color: rgb(134,187,250); }

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

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

 span { border-color: rgb(134,187,250); }

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