#87CABA

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

Shades of Bermuda #87CABA

Tints of Bermuda #87CABA

Color information

#87CABA (or 0x87CABA) is unknown color: approx Bermuda. HEX triplet: 87, CA and BA. RGB value is (135,202,186). Sum of RGB (Red+Green+Blue) = 135+202+186=523 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.81% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 202 - color contains mainly: green. Hex color #87CABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CABA is #783545. Grayscale: #B4B4B4. Windows color (decimal): -7877958 or 12241543. OLE color: 12241543.

HSL color Cylindrical-coordinate representation of color #87CABA: hue angle of 165.67º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87CABA is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB135202186-
CMYK0.3300.080.21
HSL165.67º38.73%66.08%-
HSV(B)165.67º33.17%79.22%-
XYZ39.9850.9454.18-
YUV180.14131.395.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.81%
GREEN value IS 202 (79.30% from 255) = 38.62%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=25.81%
G=38.62%
B=35.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1352021860.3300.080.21165.6738.7366.08
Hex87CABA210815a62742
Octal207312272410102524647102
Binary1000011111001010101110101000010100010101101001101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,202,186); }

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

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

 a { background-color: rgb(135,202,186); }

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

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

 span { border-color: rgb(135,202,186); }

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