Html Css Color HEX #87B6F5 Maya Blue

📋 copy color: '#87B6F5'

red 135 ◦ green 182 ◦ blue 245

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

Shades of Maya Blue #87B6F5

Tints of Maya Blue #87B6F5

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.38%

 BLUE value IS 245 (96.09% from 255) = 43.59%

R = 24.02%
G = 32.38%
B = 43.59%

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

#87B6F5 (or 0x87B6F5) is known color: Maya Blue. HEX triplet: 87, B6 and F5. RGB value is (135,182,245). Sum of RGB (Red+Green+Blue) = 135+182+245=562 (74% of max value = 765). Red value is 135 (53.12% from 255 or 24.02% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 245 (96.09% from 255 or 43.59% from 562); Max value from RGB is 245 - color contains mainly: blue. Hex color #87B6F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87B6F5 is #78490A. Grayscale: #AEAEAE. Windows color (decimal): -7883019 or 16103047. OLE color: 16103047.

HSL color Cylindrical-coordinate representation of color #87B6F5: hue angle of 214.36º degrees, saturation: 0.85, 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 #87B6F5 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 135 182 245 -
CMYK 0.45 0.26 0 0.04
HSL 214.36º 0.85% 0.75% -
HSV(B) 214.36º 0.45% 0.96% -
XYZ 43.2 45.2 92.83 -
YUV 175.13 167.43 99.38 -
System Red Green Blue C M Y K H S L
Decimal 135 182 245 0.45 0.26 0 0.04 214.36 0.85 0.75
Hex 87 B6 F5 2D 1A 0 4 D6 55 4B
Octal 207 266 365 55 32 0 4 326 125 113
Binary 10000111 10110110 11110101 101101 11010 0 100 11010110 1010101 1001011

Color Harmonies of #87B6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87B6F5

Black with #87B6F5

Text Example


Text Example

White with #87B6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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