#87B5FC

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

Shades of Maya Blue #87B5FC

Tints of Maya Blue #87B5FC

Color information

#87B5FC (or 0x87B5FC) is unknown color: approx Maya Blue. HEX triplet: 87, B5 and FC. RGB value is (135,181,252). Sum of RGB (Red+Green+Blue) = 135+181+252=568 (75% of max value = 765). Red value is 135 (53.12% from 255 or 23.77% from 568); Green value is 181 (71.09% from 255 or 31.87% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #87B5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87B5FC is #784A03. Grayscale: #AFAFAF. Windows color (decimal): -7883268 or 16561543. OLE color: 16561543.

HSL color Cylindrical-coordinate representation of color #87B5FC: hue angle of 216.41º 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 #87B5FC is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB135181252-
CMYK0.460.2800.01
HSL216.41º95.12%75.88%-
HSV(B)216.41º46.43%98.82%-
XYZ44.0945.2398.5-
YUV175.34171.2699.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.77%
GREEN value IS 181 (71.09% from 255) = 31.87%
BLUE value IS 252 (98.83% from 255) = 44.37%
R=23.77%
G=31.87%
B=44.37%

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
Decimal1351812520.460.2800.01216.4195.1275.88
Hex87B5FC2E1C01d85f4c
Octal207265374563401330137114
Binary10000111101101011111110010111011100011101100010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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