#86B8FB

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

Shades of Maya Blue #86B8FB

Tints of Maya Blue #86B8FB

Color information

#86B8FB (or 0x86B8FB) is unknown color: approx Maya Blue. HEX triplet: 86, B8 and FB. RGB value is (134,184,251). Sum of RGB (Red+Green+Blue) = 134+184+251=569 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.55% from 569); Green value is 184 (72.27% from 255 or 32.34% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #86B8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86B8FB is #794704. Grayscale: #B0B0B0. Windows color (decimal): -7948037 or 16496774. OLE color: 16496774.

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

Color convert

RGB134184251-
CMYK0.470.2700.02
HSL214.36º93.6%75.49%-
HSV(B)214.36º46.61%98.43%-
XYZ44.3846.3197.87-
YUV176.69169.9497.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.55%
GREEN value IS 184 (72.27% from 255) = 32.34%
BLUE value IS 251 (98.44% from 255) = 44.11%
R=23.55%
G=32.34%
B=44.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1341842510.470.2700.02214.3693.675.49
Hex86B8FB2F1B02d65e4b
Octal206270373573302326136113
Binary100001101011100011111011101111110110101101011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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