Html Css Color HEX #87B5F6 Maya Blue

📋 copy color: '#87B5F6'

red 135 ◦ green 181 ◦ blue 246

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

Shades of Maya Blue #87B5F6

Tints of Maya Blue #87B5F6

RGB

 RED value IS 135 (53.13% from 255) = 24.02%

 GREEN value IS 181 (71.09% from 255) = 32.21%

 BLUE value IS 246 (96.48% from 255) = 43.77%

R = 24.02%
G = 32.21%
B = 43.77%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#87B5F6 (or 0x87B5F6) is known color: Maya Blue. HEX triplet: 87, B5 and F6. RGB value is (135,181,246). Sum of RGB (Red+Green+Blue) = 135+181+246=562 (74% of max value = 765). Red value is 135 (53.12% from 255 or 24.02% from 562); Green value is 181 (71.09% from 255 or 32.21% from 562); Blue value is 246 (96.48% from 255 or 43.77% from 562); Max value from RGB is 246 - color contains mainly: blue. Hex color #87B5F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87B5F6 is #784A09. Grayscale: #AEAEAE. Windows color (decimal): -7883274 or 16168327. OLE color: 16168327.

HSL color Cylindrical-coordinate representation of color #87B5F6: hue angle of 215.14º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87B5F6 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 135 181 246 -
CMYK 0.45 0.26 0 0.04
HSL 215.14º 0.86% 0.75% -
HSV(B) 215.14º 0.45% 0.96% -
XYZ 43.15 44.85 93.57 -
YUV 174.66 168.26 99.71 -
System Red Green Blue C M Y K H S L
Decimal 135 181 246 0.45 0.26 0 0.04 215.14 0.86 0.75
Hex 87 B5 F6 2D 1A 0 4 D7 56 4B
Octal 207 265 366 55 32 0 4 327 126 113
Binary 10000111 10110101 11110110 101101 11010 0 100 11010111 1010110 1001011

Color Harmonies of #87B5F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87B5F6

Black with #87B5F6

Text Example


Text Example

White with #87B5F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87B5F6;
 }
 .AnyTagClassName
 {
   color: #87B5F6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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