#8FCDBB

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

Shades of Bermuda #8FCDBB

Tints of Bermuda #8FCDBB

Color information

#8FCDBB (or 0x8FCDBB) is unknown color: approx Bermuda. HEX triplet: 8F, CD and BB. RGB value is (143,205,187). Sum of RGB (Red+Green+Blue) = 143+205+187=535 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.73% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCDBB is #703244. Grayscale: #B8B8B8. Windows color (decimal): -7352901 or 12307855. OLE color: 12307855.

HSL color Cylindrical-coordinate representation of color #8FCDBB: hue angle of 162.58º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCDBB is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB143205187-
CMYK0.3000.090.20
HSL162.58º38.27%68.24%-
HSV(B)162.58º30.24%80.39%-
XYZ42.1353.0955.04-
YUV184.41129.4698.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.73%
GREEN value IS 205 (80.47% from 255) = 38.32%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=26.73%
G=38.32%
B=34.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432051870.3000.090.20162.5838.2768.24
Hex8FCDBB1E0914a32644
Octal217315273360112424346104
Binary100011111100110110111011111100100110100101000111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FCDBB; }

 p { color: rgb(143,205,187); }

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

<style>
 a { background-color: #8FCDBB; }

 a { background-color: rgb(143,205,187); }

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

<style>
 span { border-color: #8FCDBB; }

 span { border-color: rgb(143,205,187); }

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