#8FCDC6

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

Shades of Bermuda #8FCDC6

Tints of Bermuda #8FCDC6

Color information

#8FCDC6 (or 0x8FCDC6) is unknown color: approx Bermuda. HEX triplet: 8F, CD and C6. RGB value is (143,205,198). Sum of RGB (Red+Green+Blue) = 143+205+198=546 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.19% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 198 (77.73% from 255 or 36.26% from 546); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCDC6 is #703239. Grayscale: #B9B9B9. Windows color (decimal): -7352890 or 13028751. OLE color: 13028751.

HSL color Cylindrical-coordinate representation of color #8FCDC6: hue angle of 173.23º 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 #8FCDC6 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB143205198-
CMYK0.3000.030.20
HSL173.23º38.27%68.24%-
HSV(B)173.23º30.24%80.39%-
XYZ43.3553.5861.48-
YUV185.66134.9697.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.19%
GREEN value IS 205 (80.47% from 255) = 37.55%
BLUE value IS 198 (77.73% from 255) = 36.26%
R=26.19%
G=37.55%
B=36.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432051980.3000.030.20173.2338.2768.24
Hex8FCDC61E0314ad2644
Octal21731530636032425546104
Binary1000111111001101110001101111001110100101011011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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