#87DBBA

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

Shades of Bermuda #87DBBA

Tints of Bermuda #87DBBA

Color information

#87DBBA (or 0x87DBBA) is unknown color: approx Bermuda. HEX triplet: 87, DB and BA. RGB value is (135,219,186). Sum of RGB (Red+Green+Blue) = 135+219+186=540 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #87DBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DBBA is #782445. Grayscale: #BEBEBE. Windows color (decimal): -7873606 or 12245895. OLE color: 12245895.

HSL color Cylindrical-coordinate representation of color #87DBBA: hue angle of 156.43º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87DBBA is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB135219186-
CMYK0.3800.150.14
HSL156.43º53.85%69.41%-
HSV(B)156.43º38.36%85.88%-
XYZ44.1959.3655.58-
YUV190.12125.6788.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25%
GREEN value IS 219 (85.94% from 255) = 40.56%
BLUE value IS 186 (73.05% from 255) = 34.44%
R=25%
G=40.56%
B=34.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1352191860.3800.150.14156.4353.8569.41
Hex87DBBA260FE9c3645
Octal207333272460171623466105
Binary100001111101101110111010100110011111110100111001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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