#87B9F2

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

Shades of Maya Blue #87B9F2

Tints of Maya Blue #87B9F2

Color information

#87B9F2 (or 0x87B9F2) is unknown color: approx Maya Blue. HEX triplet: 87, B9 and F2. RGB value is (135,185,242). Sum of RGB (Red+Green+Blue) = 135+185+242=562 (74% of max value = 765). Red value is 135 (53.12% from 255 or 24.02% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #87B9F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87B9F2 is #78460D. Grayscale: #B0B0B0. Windows color (decimal): -7882254 or 15907207. OLE color: 15907207.

HSL color Cylindrical-coordinate representation of color #87B9F2: hue angle of 211.96º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87B9F2 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB135185242-
CMYK0.440.2400.05
HSL211.96º80.45%73.92%-
HSV(B)211.96º44.21%94.9%-
XYZ43.3746.2690.65-
YUV176.55164.9498.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.02%
GREEN value IS 185 (72.66% from 255) = 32.92%
BLUE value IS 242 (94.92% from 255) = 43.06%
R=24.02%
G=32.92%
B=43.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1351852420.440.2400.05211.9680.4573.92
Hex87B9F22C1805d4504a
Octal207271362543005324120112
Binary1000011110111001111100101011001100001011101010010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,185,242); }

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

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

 a { background-color: rgb(135,185,242); }

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

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

 span { border-color: rgb(135,185,242); }

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