Html Css Color HEX #86BCFC Maya Blue

📋 copy color: '#86BCFC'

red 134 ◦ green 188 ◦ blue 252

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

Shades of Maya Blue #86BCFC

Tints of Maya Blue #86BCFC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.75%

 BLUE value IS 252 (98.83% from 255) = 43.9%

R = 23.34%
G = 32.75%
B = 43.9%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#86BCFC (or 0x86BCFC) is known color: Maya Blue. HEX triplet: 86, BC and FC. RGB value is (134,188,252). Sum of RGB (Red+Green+Blue) = 134+188+252=574 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.34% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #86BCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BCFC is #794303. Grayscale: #B2B2B2. Windows color (decimal): -7947012 or 16563334. OLE color: 16563334.

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

Color convert

RGB 134 188 252 -
CMYK 0.47 0.25 0 0.01
HSL 212.54º 0.95% 0.76% -
HSV(B) 212.54º 0.47% 0.99% -
XYZ 45.39 48.06 98.98 -
YUV 179.15 169.11 95.8 -
System Red Green Blue C M Y K H S L
Decimal 134 188 252 0.47 0.25 0 0.01 212.54 0.95 0.76
Hex 86 BC FC 2F 19 0 1 D5 5F 4C
Octal 206 274 374 57 31 0 1 325 137 114
Binary 10000110 10111100 11111100 101111 11001 0 1 11010101 1011111 1001100

Color Harmonies of #86BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BCFC

Black with #86BCFC

Text Example


Text Example

White with #86BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,188,252); }

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

background-color css

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

 a { background-color: rgb(134,188,252); }

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

border-color css

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

 span { border-color: rgb(134,188,252); }

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