#8FC8BF

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

Shades of Bermuda #8FC8BF

Tints of Bermuda #8FC8BF

Color information

#8FC8BF (or 0x8FC8BF) is unknown color: approx Bermuda. HEX triplet: 8F, C8 and BF. RGB value is (143,200,191). Sum of RGB (Red+Green+Blue) = 143+200+191=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC8BF is #703740. Grayscale: #B5B5B5. Windows color (decimal): -7354177 or 12568719. OLE color: 12568719.

HSL color Cylindrical-coordinate representation of color #8FC8BF: hue angle of 170.53º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FC8BF is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB143200191-
CMYK0.2800.040.22
HSL170.53º34.13%67.25%-
HSV(B)170.53º28.5%78.43%-
XYZ41.3950.9156.94-
YUV181.93133.12100.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.78%
GREEN value IS 200 (78.52% from 255) = 37.45%
BLUE value IS 191 (75% from 255) = 35.77%
R=26.78%
G=37.45%
B=35.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1432001910.2800.040.22170.5334.1367.25
Hex8FC8BF1C0416ab2243
Octal21731027734042625342103
Binary10001111110010001011111111100010010110101010111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,200,191); }

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

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

 a { background-color: rgb(143,200,191); }

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

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

 span { border-color: rgb(143,200,191); }

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