#86B2FE

Color #86B2FE Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #86B2FE

Tints of Maya Blue #86B2FE

Color information

#86B2FE (or 0x86B2FE) is unknown color: approx Maya Blue. HEX triplet: 86, B2 and FE. RGB value is (134,178,254). Sum of RGB (Red+Green+Blue) = 134+178+254=566 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.67% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #86B2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86B2FE is #794D01. Grayscale: #ADADAD. Windows color (decimal): -7949570 or 16691846. OLE color: 16691846.

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

Color convert

RGB134178254-
CMYK0.470.3000.00
HSL218º98.36%76.08%-
HSV(B)218º47.24%99.61%-
XYZ43.6444.0699.97-
YUV173.51173.4299.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.67%
GREEN value IS 178 (69.92% from 255) = 31.45%
BLUE value IS 254 (99.61% from 255) = 44.88%
R=23.67%
G=31.45%
B=44.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1341782540.470.3000.0021898.3676.08
Hex86B2FE2F1E00da624c
Octal206262376573600332142114
Binary10000110101100101111111010111111110001101101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,178,254); }

 H1.HeaderClassName
 {
   color: #86B2FE;
 }
 .AnyTagClassName
 {
   color: #86B2FE;
 }
</style>
background-color css

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

 a { background-color: rgb(134,178,254); }

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

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

 span { border-color: rgb(134,178,254); }

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