#86BAF1

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

Shades of Maya Blue #86BAF1

Tints of Maya Blue #86BAF1

Color information

#86BAF1 (or 0x86BAF1) is unknown color: approx Maya Blue. HEX triplet: 86, BA and F1. RGB value is (134,186,241). Sum of RGB (Red+Green+Blue) = 134+186+241=561 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.89% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #86BAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BAF1 is #79450E. Grayscale: #B0B0B0. Windows color (decimal): -7947535 or 15841926. OLE color: 15841926.

HSL color Cylindrical-coordinate representation of color #86BAF1: hue angle of 210.84º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86BAF1 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB134186241-
CMYK0.440.2300.05
HSL210.84º79.26%73.53%-
HSV(B)210.84º44.4%94.51%-
XYZ43.2746.5489.92-
YUV176.72164.2797.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.89%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 241 (94.53% from 255) = 42.96%
R=23.89%
G=33.16%
B=42.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1341862410.440.2300.05210.8479.2673.53
Hex86BAF12C1705d34f4a
Octal206272361542705323117112
Binary1000011010111010111100011011001011101011101001110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,186,241); }

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

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

 a { background-color: rgb(134,186,241); }

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

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

 span { border-color: rgb(134,186,241); }

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