Html Css Color HEX #86AFFF Maya Blue

📋 copy color: '#86AFFF'

red 134 ◦ green 175 ◦ blue 255

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

Shades of Maya Blue #86AFFF

Tints of Maya Blue #86AFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.03%

 BLUE value IS 255 (100% from 255) = 45.21%

R = 23.76%
G = 31.03%
B = 45.21%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#86AFFF (or 0x86AFFF) is known color: Maya Blue. HEX triplet: 86, AF and FF. RGB value is (134,175,255). Sum of RGB (Red+Green+Blue) = 134+175+255=564 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.76% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #86AFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86AFFF is #795000. Grayscale: #ABABAB. Windows color (decimal): -7950337 or 16756614. OLE color: 16756614.

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

Color convert

RGB 134 175 255 -
CMYK 0.47 0.31 0 0
HSL 219.67º 1% 0.76% -
HSV(B) 219.67º 0.47% 1% -
XYZ 43.21 42.95 100.62 -
YUV 171.86 174.92 101 -
System Red Green Blue C M Y K H S L
Decimal 134 175 255 0.47 0.31 0 0 219.67 1 0.76
Hex 86 AF FF 2F 1F 0 0 DC 64 4C
Octal 206 257 377 57 37 0 0 334 144 114
Binary 10000110 10101111 11111111 101111 11111 0 0 11011100 1100100 1001100

Color Harmonies of #86AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AFFF

Black with #86AFFF

Text Example


Text Example

White with #86AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,175,255); }

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

background-color css

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

 a { background-color: rgb(134,175,255); }

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

border-color css

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

 span { border-color: rgb(134,175,255); }

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