#86B5FB

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

Shades of Maya Blue #86B5FB

Tints of Maya Blue #86B5FB

Color information

#86B5FB (or 0x86B5FB) is unknown color: approx Maya Blue. HEX triplet: 86, B5 and FB. RGB value is (134,181,251). Sum of RGB (Red+Green+Blue) = 134+181+251=566 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.67% from 566); Green value is 181 (71.09% from 255 or 31.98% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #86B5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86B5FB is #794A04. Grayscale: #AEAEAE. Windows color (decimal): -7948805 or 16496006. OLE color: 16496006.

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

Color convert

RGB134181251-
CMYK0.470.2800.02
HSL215.9º93.6%75.49%-
HSV(B)215.9º46.61%98.43%-
XYZ43.7745.0897.66-
YUV174.93170.9398.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.67%
GREEN value IS 181 (71.09% from 255) = 31.98%
BLUE value IS 251 (98.44% from 255) = 44.35%
R=23.67%
G=31.98%
B=44.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1341812510.470.2800.02215.993.675.49
Hex86B5FB2F1C02d85e4b
Octal206265373573402330136113
Binary100001101011010111111011101111111000101101100010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,181,251); }

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

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

 a { background-color: rgb(134,181,251); }

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

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

 span { border-color: rgb(134,181,251); }

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