Html Css Color HEX #86BAF0 Maya Blue

📋 copy color: '#86BAF0'

red 134 ◦ green 186 ◦ blue 240

#86BAF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #86BAF0

Tints of Maya Blue #86BAF0

RGB

 RED value IS 134 (52.73% from 255) = 23.93%

 GREEN value IS 186 (73.05% from 255) = 33.21%

 BLUE value IS 240 (94.14% from 255) = 42.86%

R = 23.93%
G = 33.21%
B = 42.86%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#86BAF0 (or 0x86BAF0) is known color: Maya Blue. HEX triplet: 86, BA and F0. RGB value is (134,186,240). Sum of RGB (Red+Green+Blue) = 134+186+240=560 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.93% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #86BAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BAF0 is #79450F. Grayscale: #B0B0B0. Windows color (decimal): -7947536 or 15776390. OLE color: 15776390.

HSL color Cylindrical-coordinate representation of color #86BAF0: hue angle of 210.57º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86BAF0 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 186 240 -
CMYK 0.44 0.22 0 0.06
HSL 210.57º 0.78% 0.73% -
HSV(B) 210.57º 0.44% 0.94% -
XYZ 43.12 46.48 89.14 -
YUV 176.61 163.77 97.61 -
System Red Green Blue C M Y K H S L
Decimal 134 186 240 0.44 0.22 0 0.06 210.57 0.78 0.73
Hex 86 BA F0 2C 16 0 6 D3 4E 49
Octal 206 272 360 54 26 0 6 323 116 111
Binary 10000110 10111010 11110000 101100 10110 0 110 11010011 1001110 1001001

Color Harmonies of #86BAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BAF0

Black with #86BAF0

Text Example


Text Example

White with #86BAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86BAF0;
 }
 .AnyTagClassName
 {
   color: #86BAF0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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