Html Css Color HEX #87B8F2 Maya Blue

📋 copy color: '#87B8F2'

red 135 ◦ green 184 ◦ blue 242

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

Shades of Maya Blue #87B8F2

Tints of Maya Blue #87B8F2

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.8%

 BLUE value IS 242 (94.92% from 255) = 43.14%

R = 24.06%
G = 32.8%
B = 43.14%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#87B8F2 (or 0x87B8F2) is known color: Maya Blue. HEX triplet: 87, B8 and F2. RGB value is (135,184,242). Sum of RGB (Red+Green+Blue) = 135+184+242=561 (74% of max value = 765). Red value is 135 (53.12% from 255 or 24.06% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #87B8F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87B8F2 is #78470D. Grayscale: #AFAFAF. Windows color (decimal): -7882510 or 15906951. OLE color: 15906951.

HSL color Cylindrical-coordinate representation of color #87B8F2: hue angle of 212.52º 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 #87B8F2 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 135 184 242 -
CMYK 0.44 0.24 0 0.05
HSL 212.52º 0.8% 0.74% -
HSV(B) 212.52º 0.44% 0.95% -
XYZ 43.16 45.84 90.58 -
YUV 175.96 165.27 98.78 -
System Red Green Blue C M Y K H S L
Decimal 135 184 242 0.44 0.24 0 0.05 212.52 0.8 0.74
Hex 87 B8 F2 2C 18 0 5 D5 50 4A
Octal 207 270 362 54 30 0 5 325 120 112
Binary 10000111 10111000 11110010 101100 11000 0 101 11010101 1010000 1001010

Color Harmonies of #87B8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87B8F2

Black with #87B8F2

Text Example


Text Example

White with #87B8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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