#8FCFBD

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

Shades of Bermuda #8FCFBD

Tints of Bermuda #8FCFBD

Color information

#8FCFBD (or 0x8FCFBD) is unknown color: approx Bermuda. HEX triplet: 8F, CF and BD. RGB value is (143,207,189). Sum of RGB (Red+Green+Blue) = 143+207+189=539 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.53% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCFBD is #703042. Grayscale: #B9B9B9. Windows color (decimal): -7352387 or 12439439. OLE color: 12439439.

HSL color Cylindrical-coordinate representation of color #8FCFBD: hue angle of 163.12º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCFBD is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB143207189-
CMYK0.3100.090.19
HSL163.12º40%68.63%-
HSV(B)163.12º30.92%81.18%-
XYZ42.8354.1456.34-
YUV185.81129.897.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.53%
GREEN value IS 207 (81.25% from 255) = 38.40%
BLUE value IS 189 (74.22% from 255) = 35.06%
R=26.53%
G=38.40%
B=35.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1432071890.3100.090.19163.124068.63
Hex8FCFBD1F0913a32845
Octal217317275370112324350105
Binary100011111100111110111101111110100110011101000111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,207,189); }

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

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

 a { background-color: rgb(143,207,189); }

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

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

 span { border-color: rgb(143,207,189); }

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