#85DBB7

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

Shades of Bermuda #85DBB7

Tints of Bermuda #85DBB7

Color information

#85DBB7 (or 0x85DBB7) is unknown color: approx Bermuda. HEX triplet: 85, DB and B7. RGB value is (133,219,183). Sum of RGB (Red+Green+Blue) = 133+219+183=535 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.86% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 183 (71.88% from 255 or 34.21% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DBB7 is #7A2448. Grayscale: #BDBDBD. Windows color (decimal): -8004681 or 12049285. OLE color: 12049285.

HSL color Cylindrical-coordinate representation of color #85DBB7: hue angle of 154.88º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DBB7 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB133219183-
CMYK0.3900.160.14
HSL154.88º54.43%69.02%-
HSV(B)154.88º39.27%85.88%-
XYZ43.5559.0753.91-
YUV189.18124.5187.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.86%
GREEN value IS 219 (85.94% from 255) = 40.93%
BLUE value IS 183 (71.88% from 255) = 34.21%
R=24.86%
G=40.93%
B=34.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332191830.3900.160.14154.8854.4369.02
Hex85DBB727010E9b3645
Octal205333267470201623366105
Binary1000010111011011101101111001110100001110100110111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,219,183); }

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

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

 a { background-color: rgb(133,219,183); }

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

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

 span { border-color: rgb(133,219,183); }

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