Html Css Color HEX #86AEFF Maya Blue

📋 copy color: '#86AEFF'

red 134 ◦ green 174 ◦ blue 255

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

Shades of Maya Blue #86AEFF

Tints of Maya Blue #86AEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.91%

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

R = 23.8%
G = 30.91%
B = 45.29%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#86AEFF (or 0x86AEFF) is known color: Maya Blue. HEX triplet: 86, AE and FF. RGB value is (134,174,255). Sum of RGB (Red+Green+Blue) = 134+174+255=563 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.80% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #86AEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86AEFF is #795100. Grayscale: #AAAAAA. Windows color (decimal): -7950593 or 16756358. OLE color: 16756358.

HSL color Cylindrical-coordinate representation of color #86AEFF: hue angle of 220.17º 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 #86AEFF is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 134 174 255 -
CMYK 0.47 0.32 0 0
HSL 220.17º 1% 0.76% -
HSV(B) 220.17º 0.47% 1% -
XYZ 43.02 42.56 100.56 -
YUV 171.27 175.25 101.41 -
System Red Green Blue C M Y K H S L
Decimal 134 174 255 0.47 0.32 0 0 220.17 1 0.76
Hex 86 AE FF 2F 20 0 0 DC 64 4C
Octal 206 256 377 57 40 0 0 334 144 114
Binary 10000110 10101110 11111111 101111 100000 0 0 11011100 1100100 1001100

Color Harmonies of #86AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AEFF

Black with #86AEFF

Text Example


Text Example

White with #86AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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