#8FCDBE

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

Shades of Bermuda #8FCDBE

Tints of Bermuda #8FCDBE

Color information

#8FCDBE (or 0x8FCDBE) is unknown color: approx Bermuda. HEX triplet: 8F, CD and BE. RGB value is (143,205,190). Sum of RGB (Red+Green+Blue) = 143+205+190=538 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.58% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCDBE is #703241. Grayscale: #B8B8B8. Windows color (decimal): -7352898 or 12504463. OLE color: 12504463.

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

Color convert

RGB143205190-
CMYK0.3000.070.20
HSL165.48º38.27%68.24%-
HSV(B)165.48º30.24%80.39%-
XYZ42.4553.2256.75-
YUV184.75130.9698.22-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.58%
GREEN value IS 205 (80.47% from 255) = 38.10%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=26.58%
G=38.10%
B=35.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432051900.3000.070.20165.4838.2768.24
Hex8FCDBE1E0714a52644
Octal21731527636072424546104
Binary10001111110011011011111011110011110100101001011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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