#8FCABD

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

Shades of Bermuda #8FCABD

Tints of Bermuda #8FCABD

Color information

#8FCABD (or 0x8FCABD) is unknown color: approx Bermuda. HEX triplet: 8F, CA and BD. RGB value is (143,202,189). Sum of RGB (Red+Green+Blue) = 143+202+189=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCABD is #703542. Grayscale: #B6B6B6. Windows color (decimal): -7353667 or 12438159. OLE color: 12438159.

HSL color Cylindrical-coordinate representation of color #8FCABD: hue angle of 166.78º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FCABD is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB143202189-
CMYK0.2900.060.21
HSL166.78º35.76%67.65%-
HSV(B)166.78º29.21%79.22%-
XYZ41.6351.7555.94-
YUV182.88131.4599.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.78%
GREEN value IS 202 (79.30% from 255) = 37.83%
BLUE value IS 189 (74.22% from 255) = 35.39%
R=26.78%
G=37.83%
B=35.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432021890.2900.060.21166.7835.7667.65
Hex8FCABD1D0615a72444
Octal21731227535062524744104
Binary10001111110010101011110111101011010101101001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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