#86B7FA

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

Shades of Maya Blue #86B7FA

Tints of Maya Blue #86B7FA

Color information

#86B7FA (or 0x86B7FA) is unknown color: approx Maya Blue. HEX triplet: 86, B7 and FA. RGB value is (134,183,250). Sum of RGB (Red+Green+Blue) = 134+183+250=567 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.63% from 567); Green value is 183 (71.88% from 255 or 32.28% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #86B7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86B7FA is #794805. Grayscale: #AFAFAF. Windows color (decimal): -7948294 or 16430982. OLE color: 16430982.

HSL color Cylindrical-coordinate representation of color #86B7FA: hue angle of 214.66º 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 #86B7FA is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB134183250-
CMYK0.460.2700.02
HSL214.66º92.06%75.29%-
HSV(B)214.66º46.4%98.04%-
XYZ44.0245.8496.97-
YUV175.99169.7798.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.63%
GREEN value IS 183 (71.88% from 255) = 32.28%
BLUE value IS 250 (98.05% from 255) = 44.09%
R=23.63%
G=32.28%
B=44.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1341832500.460.2700.02214.6692.0675.29
Hex86B7FA2E1B02d75c4b
Octal206267372563302327134113
Binary100001101011011111111010101110110110101101011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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