Html Css Color HEX #86BBFD Maya Blue

📋 copy color: '#86BBFD'

red 134 ◦ green 187 ◦ blue 253

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

Shades of Maya Blue #86BBFD

Tints of Maya Blue #86BBFD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.58%

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

R = 23.34%
G = 32.58%
B = 44.08%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#86BBFD (or 0x86BBFD) is known color: Maya Blue. HEX triplet: 86, BB and FD. RGB value is (134,187,253). Sum of RGB (Red+Green+Blue) = 134+187+253=574 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.34% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #86BBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BBFD is #794402. Grayscale: #B2B2B2. Windows color (decimal): -7947267 or 16628614. OLE color: 16628614.

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

Color convert

RGB 134 187 253 -
CMYK 0.47 0.26 0 0.01
HSL 213.28º 0.97% 0.76% -
HSV(B) 213.28º 0.47% 0.99% -
XYZ 45.33 47.7 99.75 -
YUV 178.68 169.94 96.13 -
System Red Green Blue C M Y K H S L
Decimal 134 187 253 0.47 0.26 0 0.01 213.28 0.97 0.76
Hex 86 BB FD 2F 1A 0 1 D5 61 4C
Octal 206 273 375 57 32 0 1 325 141 114
Binary 10000110 10111011 11111101 101111 11010 0 1 11010101 1100001 1001100

Color Harmonies of #86BBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BBFD

Black with #86BBFD

Text Example


Text Example

White with #86BBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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