Html Css Color HEX #86B4F9 Maya Blue

📋 copy color: '#86B4F9'

red 134 ◦ green 180 ◦ blue 249

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

Shades of Maya Blue #86B4F9

Tints of Maya Blue #86B4F9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.97%

 BLUE value IS 249 (97.66% from 255) = 44.23%

R = 23.8%
G = 31.97%
B = 44.23%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#86B4F9 (or 0x86B4F9) is known color: Maya Blue. HEX triplet: 86, B4 and F9. RGB value is (134,180,249). Sum of RGB (Red+Green+Blue) = 134+180+249=563 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.80% from 563); Green value is 180 (70.70% from 255 or 31.97% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #86B4F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86B4F9 is #794B06. Grayscale: #ADADAD. Windows color (decimal): -7949063 or 16364678. OLE color: 16364678.

HSL color Cylindrical-coordinate representation of color #86B4F9: hue angle of 216º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86B4F9 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 180 249 -
CMYK 0.46 0.28 0 0.02
HSL 216º 0.91% 0.75% -
HSV(B) 216º 0.46% 0.98% -
XYZ 43.25 44.55 95.94 -
YUV 174.11 170.26 99.39 -
System Red Green Blue C M Y K H S L
Decimal 134 180 249 0.46 0.28 0 0.02 216 0.91 0.75
Hex 86 B4 F9 2E 1C 0 2 D8 5B 4B
Octal 206 264 371 56 34 0 2 330 133 113
Binary 10000110 10110100 11111001 101110 11100 0 10 11011000 1011011 1001011

Color Harmonies of #86B4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B4F9

Black with #86B4F9

Text Example


Text Example

White with #86B4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,180,249); }

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

background-color css

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

 a { background-color: rgb(134,180,249); }

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

border-color css

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

 span { border-color: rgb(134,180,249); }

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