Html Css Color HEX #86BCFD Maya Blue

📋 copy color: '#86BCFD'

red 134 ◦ green 188 ◦ blue 253

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

Shades of Maya Blue #86BCFD

Tints of Maya Blue #86BCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.7%

 BLUE value IS 253 (99.22% from 255) = 44%

R = 23.3%
G = 32.7%
B = 44%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#86BCFD (or 0x86BCFD) is known color: Maya Blue. HEX triplet: 86, BC and FD. RGB value is (134,188,253). Sum of RGB (Red+Green+Blue) = 134+188+253=575 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.30% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #86BCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BCFD is #794302. Grayscale: #B2B2B2. Windows color (decimal): -7947011 or 16628870. OLE color: 16628870.

HSL color Cylindrical-coordinate representation of color #86BCFD: hue angle of 212.77º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86BCFD is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 134 188 253 -
CMYK 0.47 0.26 0 0.01
HSL 212.77º 0.97% 0.76% -
HSV(B) 212.77º 0.47% 0.99% -
XYZ 45.54 48.13 99.82 -
YUV 179.26 169.61 95.71 -
System Red Green Blue C M Y K H S L
Decimal 134 188 253 0.47 0.26 0 0.01 212.77 0.97 0.76
Hex 86 BC FD 2F 1A 0 1 D5 61 4C
Octal 206 274 375 57 32 0 1 325 141 114
Binary 10000110 10111100 11111101 101111 11010 0 1 11010101 1100001 1001100

Color Harmonies of #86BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BCFD

Black with #86BCFD

Text Example


Text Example

White with #86BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,188,253); }

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

background-color css

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

 a { background-color: rgb(134,188,253); }

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

border-color css

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

 span { border-color: rgb(134,188,253); }

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