Html Css Color HEX #86AFFE Maya Blue

📋 copy color: '#86AFFE'

red 134 ◦ green 175 ◦ blue 254

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

Shades of Maya Blue #86AFFE

Tints of Maya Blue #86AFFE

RGB

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

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

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

R = 23.8%
G = 31.08%
B = 45.12%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#86AFFE (or 0x86AFFE) is known color: Maya Blue. HEX triplet: 86, AF and FE. RGB value is (134,175,254). Sum of RGB (Red+Green+Blue) = 134+175+254=563 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.80% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #86AFFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86AFFE is #795001. Grayscale: #ABABAB. Windows color (decimal): -7950338 or 16691078. OLE color: 16691078.

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

Color convert

RGB 134 175 254 -
CMYK 0.47 0.31 0 0.00
HSL 219.5º 0.98% 0.76% -
HSV(B) 219.5º 0.47% 1% -
XYZ 43.05 42.88 99.77 -
YUV 171.75 174.42 101.08 -
System Red Green Blue C M Y K H S L
Decimal 134 175 254 0.47 0.31 0 0.00 219.5 0.98 0.76
Hex 86 AF FE 2F 1F 0 0 DC 62 4C
Octal 206 257 376 57 37 0 0 334 142 114
Binary 10000110 10101111 11111110 101111 11111 0 0 11011100 1100010 1001100

Color Harmonies of #86AFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AFFE

Black with #86AFFE

Text Example


Text Example

White with #86AFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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