#86BBF5

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

Shades of Maya Blue #86BBF5

Tints of Maya Blue #86BBF5

Color information

#86BBF5 (or 0x86BBF5) is unknown color: approx Maya Blue. HEX triplet: 86, BB and F5. RGB value is (134,187,245). Sum of RGB (Red+Green+Blue) = 134+187+245=566 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.67% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 245 (96.09% from 255 or 43.29% from 566); Max value from RGB is 245 - color contains mainly: blue. Hex color #86BBF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BBF5 is #79440A. Grayscale: #B1B1B1. Windows color (decimal): -7947275 or 16104326. OLE color: 16104326.

HSL color Cylindrical-coordinate representation of color #86BBF5: hue angle of 211.35º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86BBF5 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB134187245-
CMYK0.450.2400.04
HSL211.35º84.73%74.31%-
HSV(B)211.35º45.31%96.08%-
XYZ44.0847.293.17-
YUV177.76165.9496.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.67%
GREEN value IS 187 (73.44% from 255) = 33.04%
BLUE value IS 245 (96.09% from 255) = 43.29%
R=23.67%
G=33.04%
B=43.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1341872450.450.2400.04211.3584.7374.31
Hex86BBF52D1804d3554a
Octal206273365553004323125112
Binary1000011010111011111101011011011100001001101001110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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