Html Css Color HEX #86BAFA Maya Blue

📋 copy color: '#86BAFA'

red 134 ◦ green 186 ◦ blue 250

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

Shades of Maya Blue #86BAFA

Tints of Maya Blue #86BAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 23.51%
G = 32.63%
B = 43.86%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#86BAFA (or 0x86BAFA) is known color: Maya Blue. HEX triplet: 86, BA and FA. RGB value is (134,186,250). Sum of RGB (Red+Green+Blue) = 134+186+250=570 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.51% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #86BAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BAFA is #794505. Grayscale: #B1B1B1. Windows color (decimal): -7947526 or 16431750. OLE color: 16431750.

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

Color convert

RGB 134 186 250 -
CMYK 0.46 0.26 0 0.02
HSL 213.1º 0.92% 0.75% -
HSV(B) 213.1º 0.46% 0.98% -
XYZ 44.65 47.09 97.18 -
YUV 177.75 168.77 96.8 -
System Red Green Blue C M Y K H S L
Decimal 134 186 250 0.46 0.26 0 0.02 213.1 0.92 0.75
Hex 86 BA FA 2E 1A 0 2 D5 5C 4B
Octal 206 272 372 56 32 0 2 325 134 113
Binary 10000110 10111010 11111010 101110 11010 0 10 11010101 1011100 1001011

Color Harmonies of #86BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BAFA

Black with #86BAFA

Text Example


Text Example

White with #86BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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