Html Css Color HEX #86B1FD Maya Blue

📋 copy color: '#86B1FD'

red 134 ◦ green 177 ◦ blue 253

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

Shades of Maya Blue #86B1FD

Tints of Maya Blue #86B1FD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.38%

 BLUE value IS 253 (99.22% from 255) = 44.86%

R = 23.76%
G = 31.38%
B = 44.86%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#86B1FD (or 0x86B1FD) is known color: Maya Blue. HEX triplet: 86, B1 and FD. RGB value is (134,177,253). Sum of RGB (Red+Green+Blue) = 134+177+253=564 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.76% from 564); Green value is 177 (69.53% from 255 or 31.38% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #86B1FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86B1FD is #794E02. Grayscale: #ACACAC. Windows color (decimal): -7949827 or 16626054. OLE color: 16626054.

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

Color convert

RGB 134 177 253 -
CMYK 0.47 0.30 0 0.01
HSL 218.32º 0.97% 0.76% -
HSV(B) 218.32º 0.47% 0.99% -
XYZ 43.28 43.6 99.06 -
YUV 172.81 173.25 100.32 -
System Red Green Blue C M Y K H S L
Decimal 134 177 253 0.47 0.30 0 0.01 218.32 0.97 0.76
Hex 86 B1 FD 2F 1E 0 1 DA 61 4C
Octal 206 261 375 57 36 0 1 332 141 114
Binary 10000110 10110001 11111101 101111 11110 0 1 11011010 1100001 1001100

Color Harmonies of #86B1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B1FD

Black with #86B1FD

Text Example


Text Example

White with #86B1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,177,253); }

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

background-color css

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

 a { background-color: rgb(134,177,253); }

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

border-color css

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

 span { border-color: rgb(134,177,253); }

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