#85CDB9

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

Shades of Bermuda #85CDB9

Tints of Bermuda #85CDB9

Color information

#85CDB9 (or 0x85CDB9) is unknown color: approx Bermuda. HEX triplet: 85, CD and B9. RGB value is (133,205,185). Sum of RGB (Red+Green+Blue) = 133+205+185=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #85CDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CDB9 is #7A3246. Grayscale: #B5B5B5. Windows color (decimal): -8008263 or 12176773. OLE color: 12176773.

HSL color Cylindrical-coordinate representation of color #85CDB9: hue angle of 163.33º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CDB9 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB133205185-
CMYK0.3500.100.20
HSL163.33º41.86%66.27%-
HSV(B)163.33º35.12%80.39%-
XYZ40.2652.1553.84-
YUV181.19130.1593.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.43%
GREEN value IS 205 (80.47% from 255) = 39.20%
BLUE value IS 185 (72.66% from 255) = 35.37%
R=25.43%
G=39.20%
B=35.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332051850.3500.100.20163.3341.8666.27
Hex85CDB9230A14a32a42
Octal205315271430122424352102
Binary1000010111001101101110011000110101010100101000111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85CDB9; }

 p { color: rgb(133,205,185); }

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

<style>
 a { background-color: #85CDB9; }

 a { background-color: rgb(133,205,185); }

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

<style>
 span { border-color: #85CDB9; }

 span { border-color: rgb(133,205,185); }

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