Html Css Color HEX #86B7FE Maya Blue

📋 copy color: '#86B7FE'

red 134 ◦ green 183 ◦ blue 254

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

Shades of Maya Blue #86B7FE

Tints of Maya Blue #86B7FE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.05%

 BLUE value IS 254 (99.61% from 255) = 44.48%

R = 23.47%
G = 32.05%
B = 44.48%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#86B7FE (or 0x86B7FE) is known color: Maya Blue. HEX triplet: 86, B7 and FE. RGB value is (134,183,254). Sum of RGB (Red+Green+Blue) = 134+183+254=571 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.47% from 571); Green value is 183 (71.88% from 255 or 32.05% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #86B7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86B7FE is #794801. Grayscale: #B0B0B0. Windows color (decimal): -7948290 or 16693126. OLE color: 16693126.

HSL color Cylindrical-coordinate representation of color #86B7FE: hue angle of 215.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86B7FE is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 134 183 254 -
CMYK 0.47 0.28 0 0.00
HSL 215.5º 0.98% 0.76% -
HSV(B) 215.5º 0.47% 1% -
XYZ 44.65 46.09 100.31 -
YUV 176.44 171.77 97.73 -
System Red Green Blue C M Y K H S L
Decimal 134 183 254 0.47 0.28 0 0.00 215.5 0.98 0.76
Hex 86 B7 FE 2F 1C 0 0 D8 62 4C
Octal 206 267 376 57 34 0 0 330 142 114
Binary 10000110 10110111 11111110 101111 11100 0 0 11011000 1100010 1001100

Color Harmonies of #86B7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B7FE

Black with #86B7FE

Text Example


Text Example

White with #86B7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,183,254); }

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

background-color css

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

 a { background-color: rgb(134,183,254); }

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

border-color css

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

 span { border-color: rgb(134,183,254); }

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