#8DCBBB

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

Shades of Bermuda #8DCBBB

Tints of Bermuda #8DCBBB

Color information

#8DCBBB (or 0x8DCBBB) is unknown color: approx Bermuda. HEX triplet: 8D, CB and BB. RGB value is (141,203,187). Sum of RGB (Red+Green+Blue) = 141+203+187=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCBBB is #723444. Grayscale: #B6B6B6. Windows color (decimal): -7484485 or 12307341. OLE color: 12307341.

HSL color Cylindrical-coordinate representation of color #8DCBBB: hue angle of 164.52º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCBBB is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB141203187-
CMYK0.3100.080.20
HSL164.52º37.35%67.45%-
HSV(B)164.52º30.54%79.61%-
XYZ41.3151.9654.87-
YUV182.64130.4698.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.55%
GREEN value IS 203 (79.69% from 255) = 38.23%
BLUE value IS 187 (73.44% from 255) = 35.22%
R=26.55%
G=38.23%
B=35.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412031870.3100.080.20164.5237.3567.45
Hex8DCBBB1F0814a52543
Octal215313273370102424545103
Binary100011011100101110111011111110100010100101001011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,203,187); }

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

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

 a { background-color: rgb(141,203,187); }

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

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

 span { border-color: rgb(141,203,187); }

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