#87B6FC

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

Shades of Maya Blue #87B6FC

Tints of Maya Blue #87B6FC

Color information

#87B6FC (or 0x87B6FC) is unknown color: approx Maya Blue. HEX triplet: 87, B6 and FC. RGB value is (135,182,252). Sum of RGB (Red+Green+Blue) = 135+182+252=569 (75% of max value = 765). Red value is 135 (53.12% from 255 or 23.73% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #87B6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87B6FC is #784903. Grayscale: #AFAFAF. Windows color (decimal): -7883012 or 16561799. OLE color: 16561799.

HSL color Cylindrical-coordinate representation of color #87B6FC: hue angle of 215.9º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87B6FC is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB135182252-
CMYK0.460.2800.01
HSL215.9º95.12%75.88%-
HSV(B)215.9º46.43%98.82%-
XYZ44.2945.6498.57-
YUV175.93170.9398.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.73%
GREEN value IS 182 (71.48% from 255) = 31.99%
BLUE value IS 252 (98.83% from 255) = 44.29%
R=23.73%
G=31.99%
B=44.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1351822520.460.2800.01215.995.1275.88
Hex87B6FC2E1C01d85f4c
Octal207266374563401330137114
Binary10000111101101101111110010111011100011101100010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87B6FC; }

 p { color: rgb(135,182,252); }

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

<style>
 a { background-color: #87B6FC; }

 a { background-color: rgb(135,182,252); }

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

<style>
 span { border-color: #87B6FC; }

 span { border-color: rgb(135,182,252); }

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