#85D8BC

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

Shades of Bermuda #85D8BC

Tints of Bermuda #85D8BC

Color information

#85D8BC (or 0x85D8BC) is unknown color: approx Bermuda. HEX triplet: 85, D8 and BC. RGB value is (133,216,188). Sum of RGB (Red+Green+Blue) = 133+216+188=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #85D8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D8BC is #7A2743. Grayscale: #BCBCBC. Windows color (decimal): -8005444 or 12376197. OLE color: 12376197.

HSL color Cylindrical-coordinate representation of color #85D8BC: hue angle of 159.76º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D8BC is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB133216188-
CMYK0.3800.130.15
HSL159.76º51.55%68.43%-
HSV(B)159.76º38.43%84.71%-
XYZ43.3157.7356.44-
YUV187.9912888.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.77%
GREEN value IS 216 (84.77% from 255) = 40.22%
BLUE value IS 188 (73.83% from 255) = 35.01%
R=24.77%
G=40.22%
B=35.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332161880.3800.130.15159.7651.5568.43
Hex85D8BC260DFa03444
Octal205330274460151724064104
Binary100001011101100010111100100110011011111101000001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,216,188); }

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

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

 a { background-color: rgb(133,216,188); }

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

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

 span { border-color: rgb(133,216,188); }

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