Html Css Color HEX #86B9FF Maya Blue

📋 copy color: '#86B9FF'

red 134 ◦ green 185 ◦ blue 255

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

Shades of Maya Blue #86B9FF

Tints of Maya Blue #86B9FF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.23%

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

R = 23.34%
G = 32.23%
B = 44.43%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#86B9FF (or 0x86B9FF) is known color: Maya Blue. HEX triplet: 86, B9 and FF. RGB value is (134,185,255). Sum of RGB (Red+Green+Blue) = 134+185+255=574 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.34% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #86B9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86B9FF is #794600. Grayscale: #B1B1B1. Windows color (decimal): -7947777 or 16759174. OLE color: 16759174.

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

Color convert

RGB 134 185 255 -
CMYK 0.47 0.27 0 0
HSL 214.71º 1% 0.76% -
HSV(B) 214.71º 0.47% 1% -
XYZ 45.23 46.99 101.29 -
YUV 177.73 171.6 96.81 -
System Red Green Blue C M Y K H S L
Decimal 134 185 255 0.47 0.27 0 0 214.71 1 0.76
Hex 86 B9 FF 2F 1B 0 0 D7 64 4C
Octal 206 271 377 57 33 0 0 327 144 114
Binary 10000110 10111001 11111111 101111 11011 0 0 11010111 1100100 1001100

Color Harmonies of #86B9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B9FF

Black with #86B9FF

Text Example


Text Example

White with #86B9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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