#87CCBF

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

Shades of Bermuda #87CCBF

Tints of Bermuda #87CCBF

Color information

#87CCBF (or 0x87CCBF) is unknown color: approx Bermuda. HEX triplet: 87, CC and BF. RGB value is (135,204,191). Sum of RGB (Red+Green+Blue) = 135+204+191=530 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.47% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 204 - color contains mainly: green. Hex color #87CCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CCBF is #783340. Grayscale: #B5B5B5. Windows color (decimal): -7877441 or 12569735. OLE color: 12569735.

HSL color Cylindrical-coordinate representation of color #87CCBF: hue angle of 168.7º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87CCBF is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB135204191-
CMYK0.3400.060.2
HSL168.7º40.35%66.47%-
HSV(B)168.7º33.82%80%-
XYZ40.9952.157.19-
YUV181.89133.1494.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.47%
GREEN value IS 204 (80.08% from 255) = 38.49%
BLUE value IS 191 (75% from 255) = 36.04%
R=25.47%
G=38.49%
B=36.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1352041910.3400.060.2168.740.3566.47
Hex87CCBF220614a92842
Octal20731427742062425150102
Binary100001111100110010111111100010011010100101010011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,204,191); }

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

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

 a { background-color: rgb(135,204,191); }

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

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

 span { border-color: rgb(135,204,191); }

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